Create Cardholder

Creates a new issuing cardholder object that can be issued cards.

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

The cardholder’s email address.

string
required

The first name of the cardholder. Must be between 1 and 40 characters, containing only alphabetic characters and spaces. Spaces are not allowed at the beginning or end of the name.

string
required

The last name of the cardholder. Must be between 1 and 40 characters, containing only alphabetic characters and spaces. Spaces are not allowed at the beginning or end of the name.

string

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

string
required
length ≤ 2

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

string
required

The cardholder’s phone number.

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

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