These docs are for v2023-01-01. Click to read the latest docs for v2024-10-16.

Deposit webhooks

❗️

API version 2023-01-01 deprecating

This version will be deprecated on May 1, 2025. If your platform is on this version, you should upgrade to at least 2023-12-01 to simplify authorization and access new features.

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.