v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
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
  }
}