TOKEN

Processing Payments Using a Card Token

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.

How to Obtain a Card Token?

There are two ways to generate a token:

  1. During a Payment Transaction – When initiating a Purchase or C2A request, include the additional parameter:

    "typeToken": "TOKEN_PER_CUSTOMER"
  2. Via a Separate Request – Using the dedicated "Create Token" request.

How to Pay Using a Token?

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.

🔹 Retrieve Token by Customer ID To find a token linked to a specific customer, use the "Retrieve Token by Customer ID" request.

🔹 Retrieve Token Details To obtain detailed information about a token (such as expiration date, status, or associated card), use the "Retrieve Token Details" request.

These requests enable seamless token management and ensure a secure and efficient payment process.

Last updated