Tokenization
Last updated
Last updated
Create a token of a payment meanwhich can be used multiple times for charges.
Set a customisable amount for each charge
There is no guarantee for the successful charge of a tokenisation
Tokenizations do not expire
Not all payment provider support tokenizations. Visit our list to find a suitable payment provider.
Tokenizations can easily be implemented using the Payrexx Gateway. When setting the parameter preAuthorization, your Gateway will process a tokenization instead of a one-time payment.
This step is identical to the "payment" step in the . With a tokenization, the only difference is that, a token creation takes place instead of a charge.
Also a with the transaction status authorized will be triggered.
You can run as many charges with customizable amounts as you like
The transaction ID is present in the .
You can find this ID also if you through the Payrexx API. Small hint on where to find the transaction ID in the retrieve a Gateway respone:
Use to make a charge on the authorized transaction. You will need the ID of the transaction with status authorized to do so!