Withdrawals
Get all withdrawals
List all withdrawals for the authenticated user.
GET
Get all withdrawals
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 withdrawal
Available options:
pending, completed, failed Example:
"pending"
Response
List of withdrawals
Example:
"wd_64f0c51e7fb3fc001234abcd"
Example:
"bank-user-12345"
Example:
"ba_64f0c51e7fb3fc001234abcd"
Withdrawal amount as a number
Required range:
x >= 0.01Example:
50
ISO 4217 currency code
Available options:
GBP, EUR, USD Example:
"EUR"
Status of the withdrawal
Available options:
pending, completed, failed Example:
"pending"
Withdrawal consideration with currency and amount
Example:
"Withdraw to bank"
Get all withdrawals