Update cardholder information. Only provided fields will be updated. Email cannot be changed after creation.
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
| Field | Type | Description |
|---|---|---|
firstName | string | First name |
lastName | string | Last name |
phone | string | Phone number |
dateOfBirth | string | Date of birth (YYYY-MM-DD) |
gender | string | Gender (MALE, FEMALE, OTHER) |
address | string | Street address |
city | string | City |
state | string | State or province |
country | string | ISO country code (2 chars) |
zipCode | string | Postal/ZIP code |
documentType | string | Document type |
documentNumber | string | Document number |
externalId | string | Your system’s identifier |
status | string | Status (ACTIVE, INACTIVE, SUSPENDED) |
email field cannot be updated after cardholder creation. If you need to change the email, you must delete the cardholder and create a new one.JWT access token obtained from /auth/token
Unique cardholder identifier
Cardholder's first name
1 - 100Cardholder's last name
1 - 100Phone number with country code
6 - 20Date of birth (YYYY-MM-DD)
Gender
MALE, FEMALE, OTHER Street address
255City
100State or province
100ISO 3166-1 alpha-2 country code
2Postal/ZIP code
20Type of identification document
PASSPORT, NATIONAL_ID, DRIVER_LICENSE Document identification number
50Your system's identifier
100Cardholder status
ACTIVE, INACTIVE, SUSPENDED