cancel
Showing results for 
Search instead for 
Did you mean: 

Webhook response payload for recurring billing transaction

If I set up a payment.capture.created webhook and a recurring billing transaction triggers the webhook, will the response payload contain all information including the sbuscription ID?

 

I ask because the Payment Events Payload Example on the webhooks page has only a minimal number of fields in the response.

https://developer.authorize.net/api/reference/features/webhooks.html#Creating_and_Configuring_Webhoo...

 

If the webhook only includes a few fields in the response, I assume I'll need to do a getTransactionDetailsRequest to get the rest of the data?

dmcheng
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Hello @dmcheng

 

Correct.  The Webhook payload does not include all information, but sufficient information for you to send a getTransactionDetails when you need the information based on your requirements. 

 

Richard

View solution in original post

RichardH
Administrator Administrator
Administrator
1 REPLY 1

Hello @dmcheng

 

Correct.  The Webhook payload does not include all information, but sufficient information for you to send a getTransactionDetails when you need the information based on your requirements. 

 

Richard

RichardH
Administrator Administrator
Administrator