Skip to content

Suggested

API Dashboard

Payments / TypesTopup account

Topup account

Used to fund an account within conomy_hq.

Payment model TOPUP_ACCOUNT

Fund an internal Conomy account from an external rail.

The payer completes the rail action, Conomy receives provider confirmation, then the destination account is credited when the payment settles.

Origin
Pay-in rail such as CVU, PIX, ETPAY, PSE, ACH, FedNow, RTP, or a hosted gateway.
Destination
One internal ACCOUNT owned by the identity receiving the funds.
Best for
Wallet funding, platform balances, prefunding payout accounts, and onboarding flows where money enters Conomy first.
{
"identityId": "<IDENTITY_ID>",
"accountNumber": "<ACCOUNT_NUMBER>",
"product": "CLP:CLP",
"type": "TOPUP_ACCOUNT",
"purchaseAmount": "100000",
"purchaseCurrency": "CLP",
"currency": "CLP",
"origins": [
{
"type": "ETPAY",
"currency": "CLP",
"etpay": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "John",
"email": "john@example.com"
}
}
}
],
"destinations": [
{
"type": "ACCOUNT",
"currency": "CLP",
"identity": { "identityId": "<IDENTITY_ID>" },
"account": { "accountNumber": "<ACCOUNT_NUMBER>" }
}
]
}

Only the account owner can initiate a top-up.

Settlement time depends on the payment rail. Instant rails (e.g., PIX) settle in seconds. Open banking rails (e.g., ETPAY) may take a few minutes after bank authorization.

Bulk payments are not supported for TOPUP_ACCOUNT.

RegionRailType
ChileOpen bankingETPAY
ChileOpen bankingFINTOC
ChileCardWEBPAY
BrazilInstant QRPIX
ArgentinaQR TransferPCT
ColombiaBank transferPSE
ColombiaDirect bankBANCOLOMBIA
ColombiaDirect bankDAVIVIENDA
ColombiaWalletDAVIPLATA
ColombiaWalletNEQUI
ColombiaGatewayWOMPI
PeruQRLIGO
PeruInterbankSIP
BoliviaInterbankSIP
USABank transferACH
USAInstant bankFEDNOW
USAReal-timeRTP

TOPUP_ACCOUNT credits internal balances only:

DestinationType
Internal accountACCOUNT