Get CreditCard Token
Last updated
Last updated
Parameter | Type | Description |
---|---|---|
Content-Type
recommend
application/json
Authorization
yes
Basic Base64(app_id:security_key)
app_id
string
yes
32
created app's id at dashboard
timestamp
string
yes
19
yyyy-MM-dd HH:mm:ss
card.card_no
string
yes
32
card.issuer
string
yes
16
visa,mastercard...
card.holder.name
string
yes
64
card.holder.identification.type
string
no
16
card.holder.identification.number
string
yes
64
card.cvv
string
yes
8
security code
card.valid_thru_year
string
yes
4
expire year
card.valid_thru_month
string
yes
2
expire month
code
string
return code
msg
string
return msg
sub_code
string
return sub code(only error)
sub_msg
string
return sub msg(only error)
token
string