logologo
Token Payment
English
简体中文
Token Payment
English
简体中文
logologo
Start

Auth

GET Token
Refresh Token

Card

Get Card Bin List
GET Card Bin Info
Open Card
Card Recharge
Card Withdraw
Get Card Info
Update Card Status
Get Card list
Cancel Card
Get Card Log List
Get Card Log Info

Card Holder

Get Country Code
Create Card Holder
GET Holder Detail
GET Holder List
Update Holder Detail
Bind Card Holder
Set Card Contact
Set Card Password

Payment

Get Channel List
Get Channel Params
Apply Quote
Pay Now
Get Order Detail

Biz

GET Wallet Balance

Appendix

Card
  • Request Method: PATCH
  • Request Path: /v2/card/contact/{cardId}
  • Request Body: application/json
  • Response data

Set Card Contact#

According to Card Bin Info The needSetContact field determines whether it is necessary to set the card contact.

Request Method: PATCH#

Request Path: /v2/card/contact/{cardId}#

Request Body: application/json#

Request data
{
    "email": "string"
}

Response data#

Response Example
{
    "code": 200,
    "message": "success",
    "data": {
        "cardId": "XR181160403123456789",
        "email": "[email protected]"
    }
}
Prev PageBind Card Holder
Next PageSet Card Password
Outline
  • Request Method: PATCH
  • Request Path: /v2/card/contact/{cardId}
  • Request Body: application/json
  • Response data