virtual_accountsList All Virtual Accounts

List All Virtual Accounts

List every virtual account for the partner, newest first.

Flat listing, consistent with deposits/conversions/payouts (the nested /api/customers/{id}/virtual_accounts form also remains). Filterable by customer_id and partner_reference_id.

curl -X GET "https://sandbox.rasto.co/api/virtual_accounts?limit=25&cursor=example_string&customer_id=example_string&partner_reference_id=example_string" \
  -H "Content-Type: application/json" \
  -H "Api-Key: example_string" \
  -H "Api-Version: example_string" \
  -H "Api-Key: YOUR_API_KEY"
{}
GET
/api/virtual_accounts
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Api-Key)
Api-Keystring
Required

API key (sent in header)

header
Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Api-Keystring
Required

API Key for authentication. Provide your API key in the header.

Query Parameters

Headers

Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

Responses

Successful Response