Transaction Webhooks
Learn about transaction webhooks.
Transaction webhooks are sent via the Events API. See our Events API and Webhooks guide here.
Message Types
Transaction Events are generated for the below actions. See our Transaction Flow guide for more information about Transaction Events and how they interact.
Authorization | The API sends an event for all approvals. Decline events are available with API Issuing accounts |
Auth Advice | Transaction was declined by an upstream switch or a previous authorization's amount is being adjusted |
Void | Previous pending authorization is voided |
Clearing | Clearing for an existing, pending authorization |
Return | Credit — value is pushed onto card |
Webhook Verification
See Verifying Webhooks in our Events API documentation.
Schema
The request payload will contain a Transaction object.
Simulating Webhooks
Please refer this page to learn about simulating card transactions.
Updated 10 months ago