Subscription Flow
The Payment System provides a functionality through which a subscription can be created by a merchant and recurring payments can be done using that subscription. See Subscription API for the possible API requests.
Subscription Flow
The data flow for subscription is as followed:
Steps:
- Create a new subscription.
- Initial payment
- Create a new order for a subscription.
- Start initial payment.
- Recurring payment
- Create a new order for a subscription for each recurring payment.
- Start recurring payment
Updated 3 months ago