Skip to main content
PUT
Update partner's personal information
Enables the update of basic user details, including name, date of birth, and country information. Note that user profile information is distinct from a userโ€™s KYC details, and is available for both KYCโ€™d and non-KYCโ€™d users.

Authorizations

x-auth-token
string
header
required

Body

application/json
fullname
string

User's full name

country
string

User's country

Example:

"NG"

dob
string<date>

User's date of birth

Example:

"2024-04-18T00:00:00.000Z"

hasBusinessBankAccount
boolean

partner has a business account

displayName
string

User's display name

proofOfAddress
string

Proof of partner's address

Response

Success

email
string
userType
enum<string>

the type of the user

Available options:
CUSTOMER,
PARTNER
profile
object