---
title: "Fetch Virtual Accounts"
method: GET
path: "/gcc/v3/merchants/{merchantId}/ffms/virtualAccounts"
tags: ["MCA"]
---

# Fetch Virtual Accounts

`GET /gcc/v3/merchants/{merchantId}/ffms/virtualAccounts`

Returns all global virtual account details assigned to a fully activated merchant,
grouped by collection label and settlement currency.

## Path parameters

- `merchantId` string, required

## Response `200`

Virtual accounts retrieved successfully.

- object
  - `gid` string
  - `status` string
  - `timestamp` string
  - `reasonCode` string
  - `data` object — Keyed by collection label, then by currency code.
  - `errors` object, nullable

## Other responses

- `400` — Merchant ID is not valid.
- `401` — Merchant is not activated.

---

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