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.
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. Card-based subscriptions use mop_typeCREDIT_CARD and require card_details (card number, cardholder name, expiry, CVV, network, and optional nickname).
3D Secure Authentication: Card-based subscriptions may require 3D Secure authentication. If the response includes an acstemplate, render it on the client side (e.g. in an iframe or new window) to complete the authentication process before the subscription mandate becomes active.
Once the subscription is created, proceed to Manage Subscriptions to check mandate status, trigger recurring payments, modify or cancel mandates, and view payment history.For full request and response schema, see the Create Card Subscription endpoint in API Reference.