Apply Card
Apply Card
User Apply a card
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/apply
Request Header
Content-Type*
string
application/json; chartset=UTF-8
Request Body
Refer to : common
Biz_data
order_no*
string
Order number. Globally unique.
is_share_card
Boolean
Is Shard Card
Default value: false
card_bin
string
Card Bin
Optional value: 658704、 658705
Default value: 658704
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 (obj).
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.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.address.postal_code*
string(4-8)
The address zip code, or postal code
Choose one of field holder_id and holder (obj).
Response
holder_id
long
Cardholder ID
holder_name
string
Cardholder name
order_no
string
Order number
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
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated