Payin webhooks
Subscribe to payin webhooks for updates on status changes
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.authorized | AUTHORIZED | Triggered when a payin is authorized for processing. |
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.returned | RETURNED | Triggered when an ACH payin is returned before moving to Succeeded and the payin is available for a deposit. |
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