---
title: "Get payment methods"
method: GET
path: "/v1/payment-methods"
tags: ["Eligibility"]
---

# Get payment methods

`GET /v1/payment-methods`

Returns an array of all payment methods enabled on your account. Contact your account executive to customise your account settings.

## Response `200`

List of eligible payment methods and their supported currencies.

- PartnerPaymentMethodResponse[]
  - `type` 'CARD' | 'APPLE_PAY' | 'GOOGLE_PAY' | 'BANK_TRANSFER_NIP', required — Payment method to be used for the order.
  - `supportedCurrencies` string[], required — Fiat currency codes supported for this payment method.

## Other responses

- `401` — Missing or invalid API key.

---

[API](https://skmtc.net/blockchain/apis/blockchain-com-pay-partner-api.md) · [All operations](https://skmtc.net/blockchain/apis/blockchain-com-pay-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockchain/blockchain-com-pay-partner-api/revisions/7579ec027be7/schema)
