Skip to main content
Below are example webhook payloads for each event type, illustrating the structure and fields you can expect:

Customer Created Event:

Customer Updated Event:

Payment Account Created Event:

Payment Account Deleted Event:

Transaction Created Event:

Transaction Updated Event:

In the transaction examples above, a transaction.created event is sent when the transaction is first initiated (with status CREATED), and later a transaction.updated event may be sent when the status progresses (in this case, to PROCESSING; additional transaction.updated events would be sent for subsequent status changes like COMPLETED or FAILED).