Subscription States
A user subscription has the following states:
created
- the initial state when a new subscription is createdpending
- this state indicates that the subscription is now awaiting a payment & has a pending mandate attached to the subscriptionactive
- this state indicates that the subscription has been paid for the current period & is considered as activepaused
- this state indicates that the subscription has been paused. Only subscriptions inactive
state can be pausedhalted
- this state indicates that the subscription, which was initially inpending
state, has its mandate expired causing to forceful termination of the subscriptioncancelled
- this state indicates that the subscription has been cancelled and can no longer be continuedcompleted
- this state indicates that the subscription has completed all its billing cycles and is now terminated
info
Please note statuses halted
, cancelled
, completed
mark the subscription as terminated, post which it cannot be interacted with.