- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Subscriptions
If I create a subscription in Authorize.net for a customer for monthly billing (via API).
Is there a way (via WEB hook etc.) to be notified if the subscription is changed in any way within Authorize.net? Example: If someone cancels the subscription or changes the frequency (unit).
We are trying to keep the subscriptions synced between two different systems.
โ09-04-2020 02:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, the following webhooks would cover those scenarios:
net.authorize.customer.subscription.updated
et.authorize.customer.subscription.cancelled
If customer data is updated use these:
net.authorize.customer.paymentProfile.updated
net.authorize.customer.updated
https://developer.authorize.net/api/reference/features/webhooks.html
โ09-07-2020 05:02 PM