Skip to content

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 nameEndpointDescription
place an order/orderAndPayFirst-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/inquirePaymentTokenDetails of paymentTokenID
paymentTokenID unbinding/removePaymentTokenUnbind the paymentTokenID
asynchronous notificationnotificationNotify paymentTokenID after successful payment

Released under the MIT License.