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.
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?
Solved! Go to Solution.
07-20-2017 12:19 PM
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
07-20-2017 12:52 PM
07-20-2017 12:52 PM