Cardholders
Create a cardholder
This endpoint create a cardholder. Cardholders are individuals with the ability to own cards. Creation of cardholders involves passing our KYC (Know-Your-Customer) process and so individuals are required to present contact details.
POST
Header
string
required
x-client-id.string
required
Bearer
YOUR_TOKEN_HERE.Parameters
string
required
Email of the cardholder.
string
required
First name of the cardholder.
Maximum length 50string
required
Last name of the cardholder.
Maximum length 50string
required
Date birth of the cardholder.
Format: YYYY-MM-DDstring
required
Phone number of the cardholder.
Maximum length 50string
Residential address of the cardholder.
string
Delivery address of the cardholder.
number
required
Status of cardholder.
-1=FAILED, 0-PENDING, 1-SUCCESS, 2-INCOMPLETEResponse
number
Indicates whether the call was successful. 200 if successful, 400 if not.
string
Response Message. “Success” if successful, others not.
object