---
title: "Get Payment Countries"
method: GET
path: "/api/v1/payment/countries"
tags: ["Payment"]
---

# Get Payment Countries

`GET /api/v1/payment/countries`

Get supported payment countries

## Response `200`

Countries found

- object
  - `statusCode` number
  - `message` string
  - `data` object[]
    - `symbol` string — Country symbol in two letters
    - `isAllowed` boolean — Indicate the country whether is allowed to perform on-ramp transaction
    - `name` string — Country name
    - `currencyCode` string — Country code in three letters

---

[API](https://skmtc.dev/securo/apis/securo-api.md) · [All operations](https://skmtc.dev/securo/apis/securo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securo/securo-api/revisions/6cdab218fa72/schema)
