List virtual account routes
List all supported virtual account routes. Supports cursor-based pagination and filtering by status, fiat currency, country, and transfer type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
default to 10, maximum to 100
1 <= x <= 100Return records after this cursor.
Return records before this cursor.
Filter virtual account routes by status.
ACTIVE, INACTIVE Filter virtual account routes by fiat currency, e.g. USD.
Filter virtual account routes by destination country (ISO 3166-1 alpha-3).
Filter virtual account routes by transfer type.
ACH, WIRE, SWIFT, RTP, PIX, SPEI, CHATS, FPS, CIPS, SEPA, INSTAPAY, PESONET, NEQUI, BANK Public ID of the user to filter by.
^user_[A-Za-z0-9]+$If true, each item in data is a full virtual account route object. If false (default), each item is just the route's public ID.
Response
A cursor-paginated list of virtual account routes.