Subscriptions via tokenization (API)
Payrexx provides the capability to receive recurring payments through tokenization via the API.
Last updated
Was this helpful?
Payrexx provides the capability to receive recurring payments through tokenization via the API.
The abbreviation "API" stands for Application Programming Interface. It refers to a set of commands, functions, and protocols that allows software to interact with another system.
Tokenization involves storing a payment method for future payments. You can learn about the benefits of tokenization and how to set it up in Payrexx in the following article:
TokenizationTechnical information and instructions for enabling subscription payments through tokenization can be found in the relevant article in our developer documentation:
Cancellation: The "Subscription" webhook (status: cancelled) is triggered.
Updating a payment method: The "Subscription" webhook with the new token data is triggered.
Charge: The "Transaction" webhook is always triggered. If the charge is successful, the "Subscription" webhook is additionally triggered with the updated billing date (next_pay_date).
No, the API only supports the immediate deletion of a subscription (DELETE). Cancellation effective at the end of the billing period can only be configured in the Payrexx merchant administration, not via the API.
Last updated
Was this helpful?
Was this helpful?