Update Cardholder

Updates the specified issuing cardholder object by setting the values of the parameters passed. Any parameters not provided will be left unchanged (first name and last name cannot be accepted and updated).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Universally unique identifier (UUID v4) of a resource.

Body Params
string
length ≤ 2

Two-letter country code ISO 3166-1 alpha-2.

string

The cardholder’s email address.

string

The cardholder’s phone number.

See Phone Number Validation Rules For Cardholder for length validation details.

string

The cardholder's birth date with yyyy-mm-dd format.

string
enum

The cardholder's gender.

  • MALE - Male.
  • FEMALE - Female.
Allowed:
string
length between 2 and 2

The cardholder's nationality in ISO 3166-1 alpha-2 format. Required for STANDARD and ENHANCED KYC levels.

residential_address
object

The cardholder’s residential address.

identity
object

The cardholder's identity document information. Required for STANDARD and ENHANCED KYC levels.

kyc_verification
object

KYC verification information. Required for ENHANCED KYC level.

string
enum

The type of the identification document.

Allowed:
string

Base64 encoded identification document string, 2MB limitation.

Headers
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

uuid
required

A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json