Skip to main content

PaymentTokenPresenter

token_typestringrequired

Possible values: [CreditCard, WechatPayAutoDebit, AlipayAutoDebit]

Example: CreditCard
tokenstringrequired
statestringrequired
verify_urlstringnullable
verify_uuidstringrequired
defaultbooleanrequired

默认卡

credit_card object
numberstring
exp_monthstring
exp_yearstring
holder_namestring
brandstring
billing_currencystring
PaymentTokenPresenter
{
"token_type": "CreditCard",
"token": "string",
"state": "string",
"verify_url": "string",
"verify_uuid": "string",
"default": true,
"credit_card": {
"number": "string",
"exp_month": "string",
"exp_year": "string",
"holder_name": "string",
"brand": "string",
"billing_currency": "string"
}
}