v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Search payment methods

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

get/payments-methods

Query parameters

countrystring required

Identifies each payment method accepted by dLocal.

Response

200

idstring
typestring
namestring
logostring
allowed_flowsstring[]

Example response

[
  {
    "id": "VI",
    "type": "CARD",
    "name": "Visa credit card",
    "logo": "http://static.dlocal.com/payments-methods/VI/60x60.png",
    "allowed_flows": [
      "DIRECT"
    ]
  }
]
All 53 operations