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.

Authentication

AuthorizationBearer

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

Headers

x-admin-api-keystringRequired

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)

paymentTypeenumOptional

Filter by payment type (e.g., PAYMENT_LINK, QR, PUSH_NOTIFICATION)

Allowed values:

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