Apply Card
Apply Card
User Apply a card
Synchronous interface, the card production is likely to succeed in 10 seconds. If the order status returned by the interface is not completed, you can query it through the Query Apply Result interface or wait for our callback.
Request URI
POST
/issuing/card/apply
Request Body
Refer to : common
Biz_data
order_no*
string
Order number. Globally unique.
card_scheme*
integer
Card Schema.Fix Value:3
card_type*
integer
card_bin
string
Card Bin .Optional value: 658704、 658705 .Default value: 658704
is_share_card
Boolean
Is Shard Card.Default value: false
shared_account_num
string
Shared Account Num
card_remark
string
Card Remark
card_limit.daily_transactions*
integer
Daily Transactions
If card_limit is not null,it is required
Tip: card_limit can be null
card_limit.single_amount*
string
Single Amount
If card_limit is not null ,it is required
Tip: card_limit can be null
card_limit.daily_amount*
string
Daily Amount
If card_limit is not null, it is required
Tip: card_limit can be null
card_limit.monthly_amount*
string
Monthly Amount
If card_limit is not null, it is required
Tip: card_limit can be null
card_limit.total_amount
string
Total Limit .Designed for share card
holder_id
long
Cardholder ID.
Choose one of field holder_id and holder.
holder.mobile*
string(16)
Mobile.Needs to add an international area code
holder.first_name*
string(50)
First name
holder.last_name*
string(50)
Last name
holder.id_no*
string(6-20)
ID number
holder.id_type*
integer
holder.issuance_date
string
Format:yyyy-MM-dd
holder.expires_on
string
Format:yyyy-MM-dd
holder.email*
string(80)
holder.birthday*
string
Date of Birth.Format: yyyy-MM-dd
holder.gender
integer
holder.nationality_code*
string(2)
Nationality code
holder.address.line*
string(12-128)
The first line of the address.
holder.address.line2
string(128)
The second line of the address.
holder.address.postal_code*
string(4-8)
The address zip code, or postal code
holder.address.city_name*
string(4-80)
The address city
holder.address.state*
string(4-48)
The address state
holder.address.country_code*
string(2)
Request Example
Response
holder_id
long
Cardholder ID
holder_name
string
Cardholder name
order_no
string
Order number
order_status
integer
order_count
integer
Order count
card_token
string
Card token
card_pan
string
Card pan
card_scheme
integer
Card scheme
card_type
integer
Card type
is_share_card
boolean
Is share card
card_bin
string
Card Bin
Last updated
Was this helpful?