/v1/payments/card/recurring - POST

This endpoint is used for charging a saved card on a recurring basis (e.g., subscriptions, installments). Typically, you would use this after the initial payment has been processed (with 3DS if required), or after tokenizing the card.

Recurring payments are merchant-initiated and usually exempt from 3D Secure. Exirom will attempt to process the recurring charge internally without customer interaction.

To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.

Callback
Language
Click Try It! to start a request and see the response here!