Skip to main content
GET
List Virtual Accounts
Retrieve a paginated list of virtual accounts for the authenticated tenant.

Endpoint

Query Parameters

string
Filter by customer ID.
string
Filter by account status.
string
Filter by account type.
string
Filter by provider bank code or slug.
number
default:"1"
Page number. The gateway converts this into offset internally.
number
default:"20"
Results per page. Maximum 100.
number
Explicit record offset. If both page and offset are supplied, offset wins.
string
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 a data 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