Get a webhook delivery
Webhook Logs
Get Webhook Delivery
Returns a single delivery including the exact request payload that was sent and the response body your endpoint returned.
GET
Get a webhook delivery
Authorizations
Your public API key
Headers
Current Unix timestamp
Your public api key
Digest Auth Signature
Path Parameters
Your merchant id.
Webhook delivery id.
Response
The delivery detail.
Payment the event belongs to.
Example:
"transaction_updated"
Webhook URL the delivery was sent to.
Available options:
success, failed, skipped Example:
200
Example:
1
Example:
184
The exact JSON payload string that was sent (and signed).
Body returned by your endpoint (truncated).