Depositpending
Sent the moment a deposit is initiated — before the underlying payment has settled.
Fires on two funding paths:
- Escrow-mode checkout — when one of your users funds your wallet via the embedded checkout.
data.sideshiftAccountIdis the depositing user. - Self top-up — when you (the integrator) fund your own wallet through SideShift wallet top-up.
data.sideshiftAccountIdequals your own integrator companyId;data.metadata.source = "wallet_topup".
Use this to mark the deposit as in-flight in your internal ledger so subsequent reconciliation has a head start
before the final deposit.confirmed event arrives. The deposit is not yet credited to the wallet at this point.
WEBHOOK