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

EventDescription
payin.createdTriggered when a payin is created and waiting approval. The payin status is CREATED.
payin.presentingTriggered when a payin is presented on an EMV device and waiting for the user to process the payin on the device.. The payin status is PRESENTING.
payin.processingTriggered when a payin is approved and is currently processing. The payin status is PROCESSING.
payin.succeededTriggered when a payin has completed processing and the funds are available for deposit. The payin status is SUCCEEDED.
payin.failedTriggered when a payin unsuccessfully attempted to process. The payin status is FAILED.
payin.canceledTriggered when a payin is canceled before the payin completes processing. The payin status is CANCELED.
payin.in_reviewTriggered when a payin is flagged for risk review. The payin status is IN_REVIEW.