Create card-based subscription mandates using EximPe Merchant APIs.
Card subscriptions let you collect recurring payments from customers using card-based subscription mandates.
This guide walks through how to create a card subscription where the mandate is created using the customer’s card details.Once the mandate is active, the payment gateway automatically processes recurring debits based on the billing cycle.
Create Subscription
Create a card subscription order with standing instruction
Use the Card Flow to create subscriptions using the customer’s card details. The request is sent from your server to EximPe with the required transaction parameters. This needs to be a server-to-server curl call request.
3D Secure Authentication: Card-based subscriptions may require 3D Secure authentication. If the response includes an acstemplate, render it on the client side to complete the authentication process before the subscription mandate becomes active.
Once the subscription is created, proceed to Manage Subscriptions to check mandate status, modify or cancel mandates, and view payment history.For full request and response schema, see the Create Card Subscription endpoint in API Reference.