---
title: "gcm/countries"
method: GET
path: "/gcm/countries"
tags: ["Delivery Method Endpoints"]
---

# gcm/countries

`GET /gcm/countries`

Get a list of all the available countries for a specific use case that support cross border transactions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `UseCase` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Countries` object — The address details of the recipient contact
    - `0` object
      - `CorridorID` string — The corridor ID
      - `Country` string — The country of the corridor
      - `DestinationCountryAbbreviation` string — The corridor country abbreviation

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
