---
title: "Retrieve Payment Methods by Country"
method: GET
path: "/v3/payment_methods"
tags: ["Payment Methods"]
---

# Retrieve Payment Methods by Country

`GET /v3/payment_methods`

The Payment Methods endpoint allows you to retrieve the complete list of payment methods you have available for the specified country, along with its payment method's type, code, logos and more.

## Query parameters

- `country` string, required

## Response `200`

Payment methods successfully retrieved.

- PaymentMethod[]
  - `country` string — Country code.
  - `code` string — Payment method code that should be used when creating a deposit request.
  - `name` string — Payment method name.
  - `type` 'BANK_DEPOSIT' | 'BANK_TRANSFER' | 'CREDIT_CARD' | 'VOUCHER' — Payment method type. Check the Payment Types section for further details.
  - `status` string — Status of the payment method. It will be updated in case a payment method becomes momentarily unavailable.
  - `logo` string, url — URL containing the payment method logo.
  - `daily_average` number — Daily average time for the approval of the deposits with this payment method in seconds. *Note that in case the method is new, we may not have daily average information so this field won't be returned.
  - `monthly_average` number — Monthly average time for the approval of the deposits with this payment method in seconds. *Note that in case the method is new, we may not have monthly average information so this field won't be returned.

## Other responses

- `400` — The country specified was incorrect or a similar bad request.
- `401` — Invalid credentials error. Authentication failed.

---

[API](https://skmtc.dev/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.dev/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d24/docs-d24-com/revisions/fb0e2ddec198/schema)
