Unscheduled MITs
For subsequent merchant-initiated transactions (the cardholder is not present), you’ll need to use our recurrence ID and dedicated Initiate Recurring Payment API. Valid recurrenceId
allows you to initiate a payment based on the cardholder’s consent without him/her being present.
You can change the payment amount, description, and reference.
To check payment status, use the Get Payment details API with the paymentId
provided in a response.
Scheduled recurring payments (subscriptions)
Scheduled card payments are initiated by merchant gateway following recurrence details you provided to us in initial’s payment request. You don’t need to create a separate request. After a payment is initiated, we will send you a notification with payment details.
Recurrence details
To receive all payments related to a particular recurrence ID, please call the Get Recurrence Details API using recurrenceId
received in the payment response of the initial payment. With this API, you will be able to see how many payments were initiated with one recurrenceId
, the status of that recurrenceId
and all previous historical payments.