Payin webhooks
Subscribe to payin webhooks for updates on status changes
Upgrade to the latest version
These docs are for version
2023-12-01
. We encourage you to upgrade to version2024-10-16
to access new features. Please see the changelog for more information.
Payins
Webhooks can be configured to receive updates on every status change that occurs through the life cycle of a payin.
Payin webhook payload
The webhook payload data
field represents all payin detail fields returned by the get payin endpoint.
Payin events
Event | Payin Status | Description |
---|---|---|
payin.created | CREATED | Triggered when a payin is created and waiting approval. |
payin.presenting | PRESENTING | Triggered when a payin is presented on an EMV device and waiting for the user to process the payin on the device. |
payin.processing | PROCESSING | Triggered when a payin is approved and is currently processing. |
payin.succeeded | SUCCEEDED | Triggered when a payin has completed processing and the funds are available for deposit. |
payin.failed | FAILED | Triggered when a payin unsuccessfully attempted to process. |
payin.canceled | CANCELED | Triggered when a payin is canceled before the payin completes processing. |
payin.in_review | IN_REVIEW | Triggered when a payin is flagged for risk review. |
Updated about 2 months ago