Subscriptions/Recurring Payments
Last updated
Was this helpful?
Last updated
Was this helpful?
Following are the APIs that are required to create, debit, and cancel a subscription.
Create subscription - You can refer to the link given below to know the parameters required for creating a subscription:
Request a debit of funds for the subscription
POST
/subscription/debit
merchantAuth*
String
merchantId*
String
orderId
String
items
Array
subscriptionId*
String
amount*
Number
currency*
String
3. To cancel a subscription
POST
/subscription/cancel
merchantId
String
merchantAuth
String
subscriptionId
String