Products
GET /payments/available-productsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
identityIdstringOptional
Identity ID to retrieve available products for.
currenciesstringOptional
Comma-separated list of currency codes to filter results (e.g., ARS,CLP).
Header parameters
x-api-keystringRequired
The API key used for authentication when making requests to the API Gateway.
User-AgentstringRequired
Identifies the application making the request.
Responses
200
Request processed successfully.
application/json
Available payment products for an identity, organized by currency.
supportedPaymentCurrenciesstring[]Required
Currencies for which pay-in products are available.
supportedPayoutCurrenciesstring[]Required
Currencies for which pay-out products are available.
400
Invalid request parameters or payload.
application/json
500
Unexpected internal server error.
application/json
get
/payments/available-productsLast updated

