TOKEN
Processing Payments Using a Card Token
Last updated
Processing Payments Using a Card Token
Last updated
A card token is a unique digital identifier that replaces actual card details for secure payments. By using a token, you can complete transactions without exposing the actual card number.
During a Payment Transaction – When initiating a or request, include the additional parameter:
Via a Separate Request – Using the dedicated "Create Token"
request.
Once a token is created, a payment can be processed through a dedicated endpoint:
"Process Payment via Token"
for the Purchase transaction type.
"Process Payment via Token"
for the C2A transaction type.
Simply pass the token instead of card details, and the payment will be securely and efficiently processed.
Using tokens eliminates the need to store sensitive card data, enhancing the security of transactions.
🔹
To find a token linked to a specific customer, use the "Retrieve Token by Customer ID"
request.
These requests enable seamless token management and ensure a secure and efficient payment process.
🔹
To obtain detailed information about a token (such as expiration date, status, or associated card), use the "Retrieve Token Details"
request.