Subscriptions using Tokenization

If you have recurring payments like subscriptions, tokenization can be used to depict this case.

Setup Tokenization

Use the previous instructions in the Tokenization documentation for the setup.

Perform Subscription

Once you have an authorized transaction, you can make charges using this tokenization.

Example:
Period: 1 year
Interval: 1 month

Make a charge every month for one year.
Use the Charge a Pre-Authorized/Reserved Transaction endpoint and the ID of the authorized transaction for the charge.


🚧

Information

  • The complete logic for cancellations, renewabilities and others needs to be implemented by yourself.
  • Charges may fail due to different reasons. Make sure to handle these cases in your code!