List Virtual Accounts
Virtual Accounts
List Virtual Accounts
GET /api/v1/virtual-accounts - List virtual accounts for the authenticated tenant
GET
List Virtual Accounts
Retrieve a paginated list of virtual accounts for the authenticated tenant.
Endpoint
Query Parameters
Filter by customer ID.
Filter by account status.
Filter by account type.
Filter by provider bank code or slug.
Page number. The gateway converts this into
offset internally.Results per page. Maximum
100.Explicit record offset. If both
page and offset are supplied, offset wins.Sort field. Supported values:
created_at, -created_at, account_number, -account_number, total_received_minor, -total_received_minor. The legacy aliases total_credits and -total_credits are also accepted.Response
List responses return adata object containing items and pagination.
Example Request
Example Response
Sorting
Filtering Examples
Notes
Legacy wrapper payloads like
filters or params are rejected on this reviewed endpoint. Send query parameters directly.Next Steps
Get Account
Retrieve a single account
Create Account
Generate a new virtual account
Close Account
Close an account