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 URI
POST
/issuing/card/query-apply-card-result
Request Body
Refer to : common
Biz_data :
Name
Type
Description
order_no*
string
Order number
Request Example
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
is_share_card
boolean
Is Share Card
card_bin
string
Card Bin
order_count
integer
order count
order_status
integer
card_remark
string
Card Remark
Last updated
Was this helpful?