Introduction
Tokenization payment refers to the process of replacing sensitive data with non-sensitive data. Merchants can replace the PAN (Primary Account Number) of the card with a unique digital string. Merchants directly use Token to initiate transactions in card payment transactions without touching sensitive information of users, which enhances transaction security.
Interface name | Endpoint | Description |
---|---|---|
place an order | /orderAndPay | First-time payment users need to enter complete card information; After the payment is successful, the paymentTokenID will be notified asynchronously, and it needs to be carried when paying again |
paymentTokenID inquiries | /inquirePaymentToken | Details of paymentTokenID |
paymentTokenID unbinding | /removePaymentToken | Unbind the paymentTokenID |
asynchronous notification | notification | Notify paymentTokenID after successful payment |