For the complete documentation index, see llms.txt. This page is also available as Markdown.
Get payment methods
Retrieve Payment Methods by Country
get
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.
Authorizations
AuthorizationstringRequired
Authentication using a Bearer Token (Read-Only API Key). The token should be prefixed with "Bearer ".
Path parameters
countrystringRequired
Country ISO code (e.g., BR, AR, MX).
Example: BR
Responses
200
Payment methods successfully retrieved.
application/json
400
The country specified was incorrect or a similar bad request.