Products

Products represent the payment methods and financial instruments available for processing transactions on the platform.

Each product defines a specific payment rail or mechanism — such as a bank transfer, card payment, or wallet — that can be used when creating payment attempts or checkout sessions.

Use the Products API to retrieve the list of available products for a given configuration or context.

Endpoints
GET /payments/available-products

Get available products

get

Returns all payment products available for a given identity, organized by currency. Each currency entry includes available pay-in methods with their products and pay-out (withdrawal) methods with their products. Use this endpoint to discover what payment rails are enabled for an account before building a payment flow.

Authorizations
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
chevron-right
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.

get
/payments/available-products

Last updated