Skip to main content
GET
List Virtual Accounts

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

identity_id
string
required

Query Parameters

status
enum<string>

(OPTIONAL)

Available options:
VIRTUAL_ACCOUNT_STATUS_UNSPECIFIED,
VIRTUAL_ACCOUNT_STATUS_PENDING,
VIRTUAL_ACCOUNT_STATUS_ACTIVE,
VIRTUAL_ACCOUNT_STATUS_INACTIVE,
VIRTUAL_ACCOUNT_STATUS_FAILED
Example:

"VIRTUAL_ACCOUNT_STATUS_PENDING"

limit
default:10

(OPTIONAL)

Required range: 1 <= x <= 50
cursor
string

(OPTIONAL)

Response

Success

virtual_accounts
VirtualAccount · object[]
cursor
string