Skip to main content
Not available yet. This endpoint answers 501 not_implemented. The banking partner integration can open an account and report when it is funded, but cannot read one back or amend it, and we will not invent data or pretend the account never existed. Keep the details returned by creation until this lands.
Lists the virtual accounts created with your key, newest first. Filter by what an account accepts, and page through with a cursor. Needs the virtual-accounts permission on your key - see Authentication.

Request

string
Only accounts accepting this incoming currency, e.g. EUR.
string
Only accounts on this incoming rail, e.g. sepa.
boolean
Only active (true) or deactivated (false) accounts.
number
How many accounts to return, 1 to 100. Defaults to 20.
string
A virtual account id. Returns the page after it - pass the last id of the previous page to get the next one.

Response

array
Account objects, each in the same shape create returns.
boolean
Whether another page exists. When true, call again with startingAfter set to the last id in accounts.

Errors