Update Cardholder
Update cardholder information
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/holder/update
Request Header
Content-Type*
string
application/json; chartset=UTF-8
Request Body
Refer to : common
Biz_data :
holder_id
long
Cardholder ID.
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.
id_type*
integer
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
gender*
integer
nationality_code*
string(2)
Nationality. Country code,
address.line*
string(12-128)
The first line of the address.
address.line2
string(128)
The second line of the address.
address.postal_code*
string(4-8)
The address zip code, or postal code.
address.city_name*
string(4-80)
The address city
address.state*
string(4-48)
The address state
address.country_code*
string(2)
The two-letter ISO country code of the address,
Response
holder_id
long
Cardholder ID
id_no
string
ID number.
id_type
string
audit_status
integer
Audit status,
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated