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
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
Email of the cardholder.
First name of the cardholder.
Maximum length 50
Last name of the cardholder.
Maximum length 50
Date birth of the cardholder.
Format: YYYY-MM-DD
Phone number of the cardholder.
Maximum length 50
Residential address of the cardholder.
Delivery address of the cardholder.
Status of cardholder.
-1=FAILED, 0-PENDING, 1-SUCCESS, 2-INCOMPLETE
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.