List withdrawals for an account
Returns a list of withdrawals for the specified account with optional filters.
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
The prefixed public id of the investor (e.g. inv_…).
Query Parameters
Filter withdrawals by method.
ach, wire, international_wire, manual_bank_transfer Filter withdrawals by status. Accepts the internal lifecycle values (note canceled, single "l"); the status field on responses uses the collapsed external vocabulary (pending, processing, completed, cancelled, failed).
pending, processing, submitted, completed, canceled, failed Filter withdrawals by currency (3-letter ISO code).
3Filter withdrawals from this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Filter withdrawals to this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Maximum number of withdrawals to return.
1 <= x <= 100Number of withdrawals to skip for pagination.
x >= 0Response
List of withdrawals for the account