public.virtual-accounts
List Virtual Accounts
Lists all virtual accounts for the authenticated merchant with optional filtering and pagination
get/v1/virtual-accounts
Query parameters
limitinteger
Number of results per page (default: 50, max: 200)
pageinteger
Page number (default: 1)
customer_idstring
Filter by customer ID (UUID format)
status'active' | 'inactive'
Filter by status
Response
OK
Example response
{
"data": [
{
"created_at": "2025-01-05T15:04:05Z",
"currency": "usd",
"customer_id": "650e8400-e29b-41d4-a716-446655440002",
"developer_fee": {
"percentage": "1.5"
},
"id": "650e8400-e29b-41d4-a716-446655440000",
"merchant_id": "650e8400-e29b-41d4-a716-446655440001",
"provider": "bridge",
"status": "active",
"updated_at": "2025-01-05T15:04:05Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.