---
title: "Get Account by ID"
method: GET
path: "/profile/virtual-accounts/{virtualAccountId}"
---

# Get Account by ID

`GET /profile/virtual-accounts/{virtualAccountId}`

Fetch a CAD collection account, including the assigned Interac email, by its account ID.

## Path parameters

- `virtualAccountId` string, required

## Response `200`

- object
  - `success` boolean
  - `message` string
  - `data` object — The virtual account object. Includes the Interac email under `accountInformation.otherInfo.interacEmail` once the account is approved; `accountInformation` is null while the account is pending

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
