Skip to content

Suggested

API Dashboard

Payments / RailsACH

ACH

US Automated Clearing House network. Used for pay-in and pay-out in the USA.

Rail overview

Use ACH for US bank transfers where lower cost is preferred over instant settlement.

ACH can take longer than instant rails. Conomy tracks the payment through provider acknowledgement, processing, and final settlement or return.

Region United States
Currency USD
Direction Pay-in / Pay-out
Model Bank transfer

Use ACH for scheduled or lower-urgency flows; use RTP or FedNow when instant confirmation is required.

FieldTypeDescription
typestringMust be "ACH"
currencystringMust be "USD"
ach.bank.accountNumberstringUS bank account number
ach.routingNumberstring9-digit ABA routing number
ach.customer.firstNamestringAccount holder’s first name
ach.customer.lastNamestringAccount holder’s last name
ach.customer.emailstringAccount holder’s email
ach.customer.documentNumberstringSSN or ITIN
ach.customer.documentTypestringDocument type (e.g., "SSN")
ach.accountTypestring"CHECKING" or "SAVINGS"
ach.accountHolderTypestring"INDIVIDUAL" or "BUSINESS"
{
"type": "ACH",
"currency": "USD",
"ach": {
"routingNumber": "021000021",
"accountType": "CHECKING",
"accountHolderType": "INDIVIDUAL",
"bank": {
"accountNumber": "000123456789"
},
"customer": {
"firstName": "John",
"lastName": "Smith",
"email": "john@example.com",
"documentType": "SSN",
"documentNumber": "123456789"
}
}
}

ABA routing number (9 digits).

Bank account number.

CHECKINGSAVINGS

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.