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

Endpoint

Query Parameters

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