Create Cardholder
Create a new individual cardholder that can issue cards.
Request URI
POST /issuing/holder/create
Request Body
Refer to : common
Biz_data :
Name
Type
Description
mobile*
string(16)
The whole mobile phone number.
Need to add an international area code
first_name*
string(50)
First name.
last_name*
string(50)
Last name.
id_no*
string(6-20)
ID number.
issuance_date
string
Issuance date.Format:yyyy-MM-dd
expires_on
string
Expires On. Format:yyyy-MM-dd
email*
string
Business emailEmails are validated against the rfc6530 standard.
birthday*
string
Date of Birth.Format:yyyy-MM-dd
address.postal_code*
string(4-8)
The address zip code, or postal code.
Request Example
Response
Name
Type
Description
holder_id
long
Cardholder ID.
id_no
string
ID Number.
audit_msg
string
Audit Message
Last updated
Was this helpful?