Query Cardholder
Query cardholder information
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/holder/query
Request Header
Content-Type*
string
application/json; chartset=UTF-8
Request Body
Refer to : common
Biz_data :
holder_id
long
Cardholder ID.
id_no
string
ID number.
id_type
integer
ID type
Choose one of field holder_id and field (id_no,id_type).
Response
holder_id
long
Cardholder ID
mobile
string
Mobile
first_name
string
First name
last_name
string
Last name
id_no
string
ID number.
id_type
string
ID type
issuance_date
string
Issuance date
expires_on
string
string
birthday
string
Birthday
gender
integer
Gender
nationality_code
string
Nationality code
address.city_name
string
City name
address.country_code
string
Country code
address.postal_code
string
Postal code
address.state
string
state
address.line
string
line
address.line2
string
line2
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated