users-users

Update partner's personal information

put/users/me/update-profile

Request body

fullnamestring

User's full name

countrystring

User's country

dobstring date

User's date of birth

hasBusinessBankAccountboolean

partner has a business account

displayNamestring

User's display name

proofOfAddressstring

Proof of partner's address

Example request

{
  "country": "NG",
  "dob": "2024-04-18T00:00:00.000Z"
}

Response

Success

emailstring
userType'CUSTOMER' | 'PARTNER'

the type of the user

Example response

{
  "profile": {
    "country": "NG",
    "dob": "2024-04-18T00:00:00.000Z",
    "depositTimeout": 1200,
    "approvalTimeout": 1200
  }
}

Changes

Changed in 1 of the 6 revisions of this API.2

    • the endpoint scheme security HMACAuth was added to the API

      api-security-added

    • the endpoint scheme security authToken was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog