Tokenization
Last updated
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.
Tokenization supported by payment channel :
Credit Card
What you need to ensure when activate tokenization is by bring parameter customer.id in your initial payment request.
"customer":{
"id":"JC-01"
}Last updated