API Reference
Bango-Initiated Subscription Notifications to Reseller
You must provide Bango with your subscription notificationUrl
when onboarding to the Bango Platform. The Bango Platform does not add or remove any query parameters from the URL you supply.
Subscription Event | Notification reason | Notification Detail |
---|---|---|
Bango has reached the charge retry limit set by you and will not attempt to charge the customer for this subscription in this period again | PAYMENT_FAILURE | reasonCategory: ATTEMPT_LIMIT_REACHED |
Bango has attempted to charge the customer for their subscription but it has failed | PAYMENT_FAILURE | reasonCategory: ATTEMPT_FAILED |
The customers subscription has been created | CREATION_SUCCESS | N/A |
The customers subscription has been activated | ACTIVATION_SUCCESS | N/A |
The customers subscription is due to renew between periods within the current phase. | PERIOD_RENEWAL_UPCOMING | N/A |
The customers subscription is due to rollover from the current phase to the next configured phase soon. | PHASE_RENEWAL_UPCOMING | N/A |
The customers subscription has successfully renewed between periods within the current phase. | PERIOD_RENEWAL_SUCCESS | N/A |
The customers subscription has successfully rolled over from the one phase to another phase. | PHASE_RENEWAL_SUCCESS | N/A |
A plan price change is due to take place | PRICE_CHANGE_UPCOMING | N/A |
The customers subscription has successfully terminated. The status will be CANCELLED | TERMINATION_SUCCESS | N/A |
Bango has successfully charged the customer for their subscription | PAYMENT_SUCCESS | N/A |