- 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.
- While filling the UPI payment methods,
upi_instrumentandupi_instrument_numberwill remain empty for webhook versions before 2025. This will be implemented in later versions. - While filling the UPI payment methods,
upi_payer_account_numberandupi_payer_ifscwill be applicable only for TPV customers who have passed TPV details while creating the subscription.
SUBSCRIPTION_STATUS_CHANGEDSUBSCRIPTION_AUTH_STATUSSUBSCRIPTION_PAYMENT_NOTIFICATION_INITIATEDSUBSCRIPTION_PAYMENT_SUCCESSSUBSCRIPTION_PAYMENT_FAILEDSUBSCRIPTION_PAYMENT_CANCELLEDSUBSCRIPTION_REFUND_STATUSSUBSCRIPTION_CARD_EXPIRY_REMINDER
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
- CANCELLED
- CARD_EXPIRED
- 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)
SUBSCRIPTION_CARD_EXPIRY_REMINDER
This event is triggered 7 days prior to the card’s expiry date for active card subscriptions.- Version (2025-01-01)