Subscriptions Using Tokenizations
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.
Info
All logic for cancellations, renewabilities and so on need to be implemented by yourself.
Charges may fail due to different reasons. make suer you handle this case in your code!
Updated almost 4 years ago