> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payracle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a Virtual Account

> Get a single virtual account by ID

`GET /v1/virtual-accounts/{id}?provider=paga`

```bash theme={null}
curl -X GET "https://api.payracle.com/api/v1/virtual-accounts/5?provider=paga" \
  -H "Authorization: Bearer sk_live_YOUR_SECRET_KEY"
```

Returns a `404` if the account doesn't exist, or belongs to a different provider than the one you passed in `provider`.
