public.virtual-accounts
Get Virtual Account
Retrieves a single virtual account by ID for the authenticated merchant
get/v1/virtual-accounts/{id}
Path parameters
idstring required
Virtual Account ID (UUID format)
Response
OK
Example response
{
"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.