Tokenization

What is Tokenization ?

Tokenization is a helpful feature that makes transactions easier. It works by connecting a user's account to future payments. Once someone enters their credit card details during their first transaction on the DOKU checkout page, that information is securely saved. Later on, when they make another payment, they can simply use the linked account, avoiding the need to enter their credit card details again.

How to use tokenize in Checkout Page ?

What you need to ensure when activate tokenization is by bring parameter customer.id in your initial payment request.

Request sample :

"customer":{
      "id":"JC-01"
}

Last updated