List eligible virtual account routes for a user
List the virtual account routes a specific user is eligible to create a
virtual account against, based on the profile’s provider capabilities and
the user’s provider onboarding status. Returns route IDs by default; pass
expand=true to get full route objects.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
^user_[A-Za-z0-9]+$Query Parameters
default to 10, maximum to 100
1 <= x <= 100Filter 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 When true, returns the full route object for each eligible route instead of just its ID.
Response
A cursor-paginated list of route IDs (or full route objects, if expand=true) a user is eligible for.