Deposits
Get deposit by ID
Retrieve a specific deposit by its identifier.
GET
Get deposit by ID
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"
Path Parameters
Unique identifier of the deposit
Example:
"dep_64f0c51e7fb3fc001234abcd"
Response
Deposit
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 deposit by ID