---
title: "Return all supported payment gateways (no currencies means all are supported)"
method: GET
path: "/api/payment/supported"
tags: ["Payment"]
---

# Return all supported payment gateways (no currencies means all are supported)

`GET /api/payment/supported`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Response `200`

OK

- PaymentGatewayDetailsApiModel[]
  - `Name` string — Name of the payment gateway
  - `SupportedCurrencies` CurrencyApiModel[] — List of supported currencies.
    - `Name` string — Name of the currency
    - `Value` string — Currency short code

---

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