Skip to content

Suggested

API Dashboard

Payments / RailsBank account

Bank account

Generic bank account node for payouts. Used across multiple countries.

Rail overview

Use BANK_ACCOUNT as a generic payout destination when a country-specific rail is not available or the recipient is represented by account and routing details.

The payment leaves the Conomy account after capture and continues through provider processing until the bank confirms receipt or failure.

Region Multi-country
Currency Rail currency
Direction Pay-out
Model External bank account

Prefer country-native rails such as CVU, BREB, SPEI, ACH, SEPA, or PIX when they are available because they provide better validation and reconciliation data.

FieldTypeDescription
typestringMust be "BANK_ACCOUNT"
currencystringCurrency of the transfer
bank.accountNumberstringRecipient’s bank account number
bank.bankstringBank name or identifier
bank.typeAccountstringAccount type: "CHECKING" or "SAVINGS"
bank.countrystring2-letter ISO country code (e.g., "AR", "CA")
customerobjectRecipient’s identity information
{
"type": "BANK_ACCOUNT",
"currency": "ARS",
"bank": {
"accountNumber": "0000123456789",
"bank": "BANCO_CMF",
"typeAccount": "CHECKING",
"country": "AR"
},
"customer": {
"firstName": "Lucía",
"lastName": "Fernández",
"email": "lucia@example.com",
"documentType": "DNI",
"documentNumber": "32123456",
"country": "AR"
}
}

Note: For Argentina, prefer CVU. For Colombia, prefer BREB. BANK_ACCOUNT is typically used when no country-specific rail is available.

Unique identifier for the bank account.

External reference identifier for integrations.

The bank account number.

A friendly name assigned to the bank account.

The name of the bank where the account is held.

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.

The type of bank account. CHECKING_ACOUNT, SAVINGS

The full name of the account holder.

The national identification number or tax ID of the account holder.

Country of operations for the entity, specified using the ISO 3166-1 alpha-3 standard (e.g., CHL, USA, MEX). Go to the countries page for the complete list of supported values.

Timestamp indicating when the account was created.

Timestamp indicating the last update to the account details.