- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-20-2017 12:52 PM

