Note: If the merchant added the webhook under the 2025-01-01 version, they
will receive the same version of the webhook for older subscriptions as well.
SUBSCRIPTION_STATUS_CHANGED
SUBSCRIPTION_AUTH_STATUS
SUBSCRIPTION_PAYMENT_NOTIFICATION_INITIATED
SUBSCRIPTION_PAYMENT_SUCCESS
SUBSCRIPTION_PAYMENT_FAILED
SUBSCRIPTION_PAYMENT_CANCELLED
SUBSCRIPTION_REFUND_STATUS
SUBSCRIPTION_STATUS_CHANGED
Whenever a subscription is created it goes to initialised state and customer is expected to authorise it. The list of statuses where this webhook will get triggered are:- ACTIVE
- ON_HOLD
- COMPLETED
- CUSTOMER_CANCELLED
- CUSTOMER_PAUSED
- EXPIRED
- LINK_EXPIRED
- BANK_APPROVAL_PENDING
- Version (2025-01-01)
- Version (2023-08-01)
SUBSCRIPTION_AUTH_STATUS
The event is triggered when the checkout is completed by the customer for success and failed cases.- Version (2025-01-01)
- Version (2023-08-01)
SUBSCRIPTION_PAYMENT_NOTIFICATION_INITIATED
This webhook is used to inform the merchant that we have sent a notification of payment to the customer.- Version (2025-01-01)
- Version (2023-08-01)
Version (2025-01-01)
SUBSCRIPTION_PAYMENT_SUCCESS
This notification is sent whenever a successful payment is processed for an active subscription.- Version (2025-01-01)
- Version (2023-08-01)
Version (2025-01-01)
SUBSCRIPTION_PAYMENT_FAILED
This notification is sent whenever payment processing fails for an active subscription.- Version (2025-01-01)
- Version (2023-08-01)
SUBSCRIPTION_PAYMENT_CANCELLED
This notification is sent whenever payment processing is cancelled by user for an active subscription.- Version (2025-01-01)
- Version (2023-08-01)
Version (2025-01-01)
SUBSCRIPTION_REFUND_STATUS
This event is triggered whenever a refund status of a transaction will be success, failed, or cancelled.- Version (2025-01-01)
- Version (2023-08-01)