---
title: "Get Payments"
method: GET
path: "/supported/payment-types"
tags: ["Supported"]
---

# Get Payments

`GET /supported/payment-types`

Retruns the payment methods available for a given transaction type, whether the payment is recurring or not. The response will provide a list of supported payment methods for both fiat and cryptocurrency transactions.

**Note:**

This endpoint returns results for (type, country) combinations.

For a (type, country) there are multiple available (source, destination) currency pairs. This endpoint does **not** guarantee that all payment methods returned will be valid for the (source, destination) pairs available in that (type, country). Rather payment methods will be returned if a payment method is available for **at least one** (source, destination) pair in that (type, country).

**Recommended usage:**

Call this endpoint to get the available payment methods for the (type, country) combination.

Then filter the payment methods by calling the [Payment Type Source Destination endpoint](https://docs.onramper.com/reference/get_supported-payment-types-source#/) to filter by (type, source, destination).

🛠️ Please Use [https://api-stg.onramper.com/](https://api-stg.onramper.com/) For Test Environments

## Query parameters

- `type` string
- `isRecurringPayment` boolean
- `country` string
- `subdivision` string

## Headers

- `Authorization` string

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/onramper/apis/onramper-api-collection-v2.md) · [All operations](https://skmtc.net/onramper/apis/onramper-api-collection-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onramper/onramper-api-collection-v2/versions/35288fbe92fb/schema)
