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.
/payments/available-productsHeaders
Bearer access token returned by the authentication endpoint.
The API key used for authentication when making requests to the API Gateway.
API version selector for Conomy endpoints. Use 24-04-2025 for the current version.
Identifies the application making the request.
Query parameters
Identity ID to retrieve available products for.
Comma-separated list of currency codes to filter results (e.g., ARS,CLP).
Responses
supportedPaymentCurrenciesstring[]requiredCurrencies for which pay-in products are available.
supportedPayoutCurrenciesstring[]requiredCurrencies for which pay-out products are available.
supportedPaymentMethodsstring[]requiredAll pay-in node types available across all currencies.
supportedWithdrawalMethodsstring[]requiredAll pay-out node types available across all currencies.
byCurrencyobject[]requiredPer-currency breakdown of available pay-in and pay-out products.
currencystringSpecifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
payinobjectPay-in configuration for this currency.
paymentMethodsstring[]Node types available for pay-in.
productsoneOf[]Full product details for each pay-in method.
namestringThe name of the source or destination of the transaction.
typestringrequiredCARDRepresents a card payment. Opens the card node.CRYPTOCryptocurrency wallet rail (global). Supports both pay-in and pay-out flows. Opens the wallet node.ACCOUNTRepresents an internal platform account. Opens the account node.BANK_ACCOUNTGeneric external bank account for payouts. Opens the bank node.PIXPIX QR code or copy-paste code in Brazil (BRL). Opens the pix node.PCTInteroperable QR payment in Argentina (ARS) under BCRA PCT standard. Opens the pct node.CVUVirtual account / CBU bank transfer pay-in in Argentina (ARS). Opens the cvu node.ETPAYOpen banking pay-in for Chile (CLP) via Etpay. Opens the etpay node.FINTOCOpen banking pay-in for Chile (CLP) via Fintoc widget. Opens the fintoc node.WEBPAYCard payment in Chile (CLP) via Transbank. Opens the webpay node.SPEIElectronic Interbank Payment System for Mexico (MXN). Opens the spei node.PSEOnline secure bank transfer pay-in for Colombia (COP). Opens the pse node.BANCOLOMBIABancolombia direct payment pay-in for Colombia (COP). Opens the bancolombia node.DAVIVIENDADavivienda direct payment pay-in for Colombia (COP). Opens the davivienda node.DAVIPLATADaviplata mobile wallet for Colombia (COP). Opens the daviplata node.NEQUINequi digital wallet for Colombia (COP). Opens the nequi node.BREBBank account transfer payout for Colombia (COP). Opens the breb node.WOMPIWompi payment gateway pay-in for Colombia (COP). Opens the wompi node.LIGOQR-based payment system pay-in for Peru (PEN). Opens the ligo node.SIPInteroperable payment system for Peru (PEN) and Bolivia (BOB). Opens the sip node.ACHAutomated Clearing House bank transfers for USA (USD). Opens the ach node.WIREWire transfer via correspondent banks for USA (USD). Opens the wire node.FEDNOWFedNow instant payment service for USA (USD). Opens the fedNow node.RTPReal-time payments network pay-in for USA (USD). Opens the rtp node.SEPASingle Euro Payments Area payout for Europe (EUR). Opens the sepa node.FPEFaster Payments near-instant bank transfer payout for UK (GBP). Opens the fpe node.SWIFTInternational bank wire transfer rail (global). Pay-out only. Opens the swift node.currencystringrequiredSpecifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
productstringProduct identifier for the payment rail, in the format CURRENCY:CURRENCY (e.g., ARS:ARS, USD:COP).
settlementstringIndicates the settlement period.
feeobjectDetails about any fees applied to the transaction.
metadataobjectAdditional metadata related to the transaction source or destination.
minAmountstring/^\d+$/Minimum transaction amount allowed for this node.
maxAmountstring/^\d+$/Maximum transaction amount allowed for this node.
requiredFieldsstring[]Dot-notation paths of fields required when using this node (e.g., bank.accountNumber, pct.customer.email).
validOriginsstring[]Node types that are valid as origins when this node is used as a destination.
validDestinationsstring[]Node types that are valid as destinations when this node is used as an origin.
nodeSchemaobjectDynamic schema describing the structure of the node-specific object. Each key matches the node key (e.g., bank, pct, cvu) and its value reflects the expected field structure.
requiredFieldTypesobjectMap of dot-notation field paths to their expected types (e.g., { "bank.accountNumber": "string" }).
One of
payoutobjectPay-out configuration for this currency.
withdrawalMethodsstring[]Node types available for pay-out.
productsoneOf[]Full product details for each pay-out method.
namestringThe name of the source or destination of the transaction.
typestringrequiredCARDRepresents a card payment. Opens the card node.CRYPTOCryptocurrency wallet rail (global). Supports both pay-in and pay-out flows. Opens the wallet node.ACCOUNTRepresents an internal platform account. Opens the account node.BANK_ACCOUNTGeneric external bank account for payouts. Opens the bank node.PIXPIX QR code or copy-paste code in Brazil (BRL). Opens the pix node.PCTInteroperable QR payment in Argentina (ARS) under BCRA PCT standard. Opens the pct node.CVUVirtual account / CBU bank transfer pay-in in Argentina (ARS). Opens the cvu node.ETPAYOpen banking pay-in for Chile (CLP) via Etpay. Opens the etpay node.FINTOCOpen banking pay-in for Chile (CLP) via Fintoc widget. Opens the fintoc node.WEBPAYCard payment in Chile (CLP) via Transbank. Opens the webpay node.SPEIElectronic Interbank Payment System for Mexico (MXN). Opens the spei node.PSEOnline secure bank transfer pay-in for Colombia (COP). Opens the pse node.BANCOLOMBIABancolombia direct payment pay-in for Colombia (COP). Opens the bancolombia node.DAVIVIENDADavivienda direct payment pay-in for Colombia (COP). Opens the davivienda node.DAVIPLATADaviplata mobile wallet for Colombia (COP). Opens the daviplata node.NEQUINequi digital wallet for Colombia (COP). Opens the nequi node.BREBBank account transfer payout for Colombia (COP). Opens the breb node.WOMPIWompi payment gateway pay-in for Colombia (COP). Opens the wompi node.LIGOQR-based payment system pay-in for Peru (PEN). Opens the ligo node.SIPInteroperable payment system for Peru (PEN) and Bolivia (BOB). Opens the sip node.ACHAutomated Clearing House bank transfers for USA (USD). Opens the ach node.WIREWire transfer via correspondent banks for USA (USD). Opens the wire node.FEDNOWFedNow instant payment service for USA (USD). Opens the fedNow node.RTPReal-time payments network pay-in for USA (USD). Opens the rtp node.SEPASingle Euro Payments Area payout for Europe (EUR). Opens the sepa node.FPEFaster Payments near-instant bank transfer payout for UK (GBP). Opens the fpe node.SWIFTInternational bank wire transfer rail (global). Pay-out only. Opens the swift node.currencystringrequiredSpecifies the currency used, following the ISO 4217 standard for fiat currencies (e.g., CLP, ARS, MXN). Go to the currencies page for the complete list of supported values.
productstringProduct identifier for the payment rail, in the format CURRENCY:CURRENCY (e.g., ARS:ARS, USD:COP).
settlementstringIndicates the settlement period.
feeobjectDetails about any fees applied to the transaction.
metadataobjectAdditional metadata related to the transaction source or destination.
minAmountstring/^\d+$/Minimum transaction amount allowed for this node.
maxAmountstring/^\d+$/Maximum transaction amount allowed for this node.
requiredFieldsstring[]Dot-notation paths of fields required when using this node (e.g., bank.accountNumber, pct.customer.email).
validOriginsstring[]Node types that are valid as origins when this node is used as a destination.
validDestinationsstring[]Node types that are valid as destinations when this node is used as an origin.
nodeSchemaobjectDynamic schema describing the structure of the node-specific object. Each key matches the node key (e.g., bank, pct, cvu) and its value reflects the expected field structure.
requiredFieldTypesobjectMap of dot-notation field paths to their expected types (e.g., { "bank.accountNumber": "string" }).
One of
GET /sandbox/payments/available-products HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0{
"supportedPaymentCurrencies": [
"string"
],
"supportedPayoutCurrencies": [
"string"
],
"supportedPaymentMethods": [
"CARD"
],
"supportedWithdrawalMethods": [
"CARD"
],
"byCurrency": [
{}
]
}