Update Sender

Post https://whitelabel.markets/demos/apex/api/v1/sender/update/{sender_id}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

sender_id* string

ID of sender

Body parameters

entity* string

Sender Entity Type, either individual or business

first_name* string

Sender First Name

middle_name string

Sender Middle Name

last_name* string

Sender Last Name

business_name* string

Sender Business Name, required if entity is business

email string

Sender Email address

phone string

Sender Phone number

phone_iso2 string

Sender Phone number iso2

country* string

Sender country iso2

state* string

Sender State iso2

city* string

Sender City

address* string

Sender Address

postal_code* string

Sender Postal/Zip Code

id_type* string

Type of identitfication

id_number* string

Identitfication number

id_url* url

Document url

birth_date* string

Birthday of sender, format 20-06-1976

Response


{
    "message": "Sender Updated",
    "status": "success",
    "data": {
        "id": "120988ea-b91b-4543-9bc0-d851e17db04b",
        "first_name": "John",
        "middle_name": "Son",
        "last_name": "Derrick",
        "business_name": "",
        "entity": "individual",
        "email": "Derrick@remote.com",
        "phone": "+2349057550481",
        "country": "US",
        "state": "DE",
        "city": "City",
        "address": "Address",
        "postal_code": "90000",
        "ip_address": "98.97.79.160",
        "id_type": "SSN",
        "id_number": "213652146416",
        "id_url": "https://google.com",
        "birth_date": "29-06-1999"
    }
}