magnifying-glassGet 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
chevron-right
200

Payment methods successfully retrieved.

application/json
get
/v3/payment_methods/{country}

Last updated

Was this helpful?