Deposit webhooks

Deposits

Webhooks can be configured to receive updates on every status change that occurs through the life cycle of a deposit.

Deposit webhook payload

The webhook payload data field represents all deposit detail fields returned by the get deposit endpoint.

Deposit events

EventDescription
deposit.processingTriggered when a deposit is created and processing. The deposit status is PROCESSING.
deposit.succeededTriggered when a deposit has completed processing and the funds have been deposited into the merchant or platform's bank account. The deposit status is SUCCEEDED.
deposit.failedTriggered when a deposit unsuccessfully attempts to process. The deposit status is FAILED.
deposit.in_reviewTriggered when a deposit is flagged for risk review. The deposit status is IN_REVIEW.