---
title: "Search payment methods"
method: GET
path: "/payments-methods"
---

# Search payment methods

`GET /payments-methods`

This function returns a list of valid payment methods for the requested country.

## Query parameters

- `country` string, required

## Response `200`

200

- object[]
  - `id` string
  - `type` string
  - `name` string
  - `logo` string
  - `allowed_flows` string[]

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
