Get all payin payment methods

Retrieves available payment methods for payin operations. Results can be filtered by country and currency to get region-specific payment options. This is a public endpoint that does not require authentication.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

countrySymbolenumOptional

Filter payment methods by country code (e.g., “CO” for Colombia, “CL” for Chile)

currencySymbolenumOptional

Filter payment methods by currency code (e.g., “COP” for Colombian Peso, “USD” for US Dollar)

Response

Payin payment methods found successfully
paymentMethodslist of objects
The payment methods of the payment
currencyenum or null
The currency of the payment
countryenum or null
The country of the payment

Errors