Skip to content

Suggested

API Dashboard
GET /payment-destinations

Returns available payout node configurations for the requested product and currency pair.

GET/payment-destinations
Get payment-destinations

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.

corresponding accountNumber

type of destination

namestring

The name of the source or destination of the transaction.

typestringrequired
CARDRepresents 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.
currencystringrequired

Specifies 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.

productstring

Product identifier for the payment rail, in the format CURRENCY:CURRENCY (e.g., ARS:ARS, USD:COP).

settlementstring

Indicates the settlement period.

feeobject

Details about any fees applied to the transaction.

metadataobject

Additional 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.

nodeSchemaobject

Dynamic 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.

requiredFieldTypesobject

Map of dot-notation field paths to their expected types (e.g., { "bank.accountNumber": "string" }).

cardobjectrequired
Request
GET /sandbox/payment-destinations 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
Response
[
  {
    "card": {
      "token": "string"
    }
  }
]