Generate Token API
The Generate Card Token API is used to tokenize sensitive card information during the Purchase or Authorization process, allowing secure transactions without exposing the actual card details.
Key Points
-
Tokenising a card allows for repeated transactions without needing to re-enter the card details, improving both security and user experience.
-
The generated token can be used for both Purchase and Authorization transactions, providing flexibility for different types of payments.
-
Important parameters typically include: Card Number, Expiry Date, CVV, Customer Information.
Flow diagram
Notes
store_payment_method
: Must be set to true
in the payload to store the card token for future use.
Setting store_payment_method
to true
ensures that the card token is stored for future transactions without needing to re-enter card details.
The stored_payment_method_id
can be used in the Use of Card Token API for future transactions without needing to re-enter card details.
Api Parameters
Authorizations
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
Body
The amount of the transaction.
"1000"
The abbreviation of the processing currency (e.g., JPY).
3
"JPY"
A JSON object containing the card details.
A JSON object containing the payment method.
The merchant ID (DASMID).
128
"< Merchant ID >"
A JSON object containing the billing address of the cardholder.
The merchant transaction reference ID.
45
"qwe"
The IP address of the cardholder.
45
"127.0.0.1"
A JSON object containing the return URLs. (This field is mandatory for 3DS transactions.)
A JSON object containing the shipping address of the cardholder (optional).
The country time zone of the transaction.
128
"Asia/Kuala_Lumpur"
Response
True on successful transaction, false on failure.
true
The status code of the transaction.
201
True if live transaction, false if test transaction.
false
The transaction type (e.g., CAPTURE).
"CAPTURE"
A JSON object containing the response from the gateway.
A JSON object containing the details of the merchant.
A JSON object containing the payment details.
A JSON object containing details of the transaction.
A JSON object containing details of risk.