v1
latestOpenAPI 3.1.02026-07-245361280.3 KBSearch 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
Example response
[
{
"id": "VI",
"type": "CARD",
"name": "Visa credit card",
"logo": "http://static.dlocal.com/payments-methods/VI/60x60.png",
"allowed_flows": [
"DIRECT"
]
}
]