Deposits
Get all deposits
List all deposits for the authenticated user.
GET
Get all deposits
Use this endpoint to monitor incoming payments that have been reconciled as deposits for the
authenticated user. You can optionally filter by:
status– restrict the response to deposits in a specific lifecycle state (e.g.pending,completed).bankReference– match the exact payment reference that was supplied when sending funds to the Wealthyhood wallet IBAN. This is useful when you create a unique identifier for each payment instruction and want to confirm that it has been received.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The external user identifier of the acting customer.
Example:
"bank-user-12345"
Query Parameters
Optional status filter Status of the deposit
Available options:
pending, completed, failed Example:
"pending"
Filter deposits that were received with a specific bank payment reference.
Example:
"wallet-topup-5f91ce"
Response
List of deposits
Example:
"dep_64f0c51e7fb3fc001234abcd"
Example:
"bank-user-12345"
Example:
"ba_64f0c51e7fb3fc001234abcd"
Deposit amount as a number
Required range:
x >= 0.01Example:
100
ISO 4217 currency code
Available options:
GBP, EUR, USD Example:
"EUR"
Status of the deposit
Available options:
pending, completed, failed Example:
"pending"
Deposit consideration with currency and amount
Example:
"Top-up for trading"
Get all deposits