Transaction Webhook
Transaction Webhooks notify merchants of transaction success and failure, especially important for recurring and offline transactions. The Transaction Webhook delivers notifications for all transaction events performed by a merchant account. Below listed are some of the Supported Transaction Events:
Authorization
Capture
Sale
Forced Sale
Refund
Unmatched Refund
Void
ACH Credit
ACH Debit
Sample Payload
The webhook payload is identical to the response for a transaction event, with an added digital signature for verification. Refer to the sample code below:
Last updated
Was this helpful?