Query Apply Result
When the card opening request does not return the request result synchronously, you can use this interface to query the card opening result.
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/query-apply-card-result
Request Header
Name
Type
Description
Content-Type*
string
application/json; chartset=UTF-8
Request Body
Refer to : common
Biz_data :
Name
Type
Description
order_no*
string
Order number
Response
Name
Type
Description
order_no
string
Order number,
Globally unique.
card_token
string
Card token
card_pan
string
Card pan
holder_id
long
Cardholder ID
holder_name
string
Cardholder name
card_scheme
integer
card scheme
card_type
integer
card type
card_bin
string
Card Bin
order_count
integer
order count
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated