Skip to content

Tokenization

1. Business Introduction

With the user's consent, you can safely store a bank card or bind a wallet account for the user. In subsequent payments, users can choose the stored card or bound payment method to experience a faster payment process.

PayerMax will safely store these bound payment information and generate tokens. When the user makes subsequent payments, you use the token to initiate a payment request to PayerMax.

2. Advantages of Tokenization

  • Storing the user's payment information for the first payment can provide users with a faster repurchase experience;

  • No need for PCI DSS certification, you can store the user's bank card at the cashier by managing Tokens;

  • Provides a better solution for you to build your own cashier.

3. Token Generation Method

3.1 Payment and Binding

In the payment scenario, bind. For bank cards, store the card information after the payment is successful. For wallets, jump to the wallet page first to authorize the binding, and the payment is automatically completed after the binding is successful.

4. Supported Payment Methods

Country and RegionPayment MethodTarget Organization/Card Organization
All countriesCARDAll card groups

5. Supported integration modes

PayerMax supports multiple integration modes, including Cashier Payment, Direct-API Payment, Drop In Payment.

(a) For the first payment, you can choose the integrated mode for payment authorization:

  • Cashier mode: Jump to the PayerMax cashier to select the payment method, enter the payment elements and complete the payment;

  • Direct-API mode: Use API interaction for the first payment to specify the payment method and payment element information;

  • Drop In mode: Using PayerMax's pre-built payment UI solution, merchants can embed the component anywhere on the product page, and the component renders the payment method and collects the payment elements.

(b) Subsequent use of Token to directly initiate payment.

Released under the MIT License.