public.virtual-accounts
List Customer Virtual Accounts
Lists all virtual accounts for a specific customer under the authenticated merchant
get/v1/customers/{id}/virtual-accounts
Path parameters
idstring required
Customer ID (UUID format)
Query parameters
limitinteger
Number of results per page (default: 50, max: 200)
pageinteger
Page number (default: 1)
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.