---
title: "Currencies"
method: GET
path: "/Currencies"
tags: ["Dictionary"]
---

# Currencies

`GET /Currencies`

Returns a list of currencies supported by the system.
Before using any one of those currencies, please make sure that the currency is supported by your Credit Card Company.

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

200

- object[]
  - `id` string
  - `sign` string
  - `code` string
  - `name` string
  - `valid` boolean

## Other responses

- `400` — 400

---

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