Get available payment methods
Returns a list of payment methods available for the merchant, optionally filtered by currency.
Authorizations
HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.
Query Parameters
Filter payment methods by merchant ID
"2vorkDcXyvzifL63YX09S9VqcnI"
Filter payment methods by currency
"USD"
Response
Successfully retrieved the list of payment methods
The unique identifier of the payment method
"2vorkDcXyvzifL63YX09S9VqcnI"
The name of the payment method
"rapipago"
List of countries where this payment method is available
["ARG", "BRA"]List of supported currencies for this payment method
["USD", "ARS"]UI name of the payment method
"Rapipago"