cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Webhooks for Recurring Payment transaction

We are using the webhooks API and are currently listening for these events.

 

 

'net.authorize.customer.subscription.suspended',
'net.authorize.customer.subscription.terminated',
'net.authorize.customer.subscription.cancelled',
'net.authorize.customer.subscription.expiring',
'net.authorize.payment.authcapture.created',
'net.authorize.payment.void.created',

The notification seems to work just fine for regular transactions, or transactions initiating a subscription, etc... However, we don't seem to be getting notified when a new recurring payment comes through. Is there a different event I should be listening for?

 

 

Thanks,

 

Timothy

Who Me Too'd this topic