Skip to content

Suggested

API Dashboard

Payments / RailsRTP

RTP

The Clearing House's Real-Time Payments network. Used for instant pay-in in the USA.

Rail overview

Use RTP for real-time US bank movement through The Clearing House network.

The payment is sent for real-time provider processing and Conomy receives the accepted or failed state asynchronously.

Region United States
Currency USD
Direction Pay-in / Pay-out
Model Real-time payments

RTP is best for user-visible money movement where delayed ACH settlement would create support burden.

FieldTypeDescription
typestringMust be "RTP"
currencystringMust be "USD"
rtp.bank.accountNumberstringBank account number
rtp.routingNumberstring9-digit ABA routing number
rtp.customer.firstNamestringAccount holder’s first name
rtp.customer.lastNamestringAccount holder’s last name
rtp.customer.emailstringAccount holder’s email
rtp.customer.documentNumberstringSSN or ITIN
rtp.customer.documentTypestringDocument type
{
"type": "RTP",
"currency": "USD",
"rtp": {
"routingNumber": "021000021",
"bank": {
"accountNumber": "000123456789"
},
"customer": {
"firstName": "Sarah",
"lastName": "Williams",
"email": "sarah@example.com",
"documentType": "SSN",
"documentNumber": "456789012"
}
}
}

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.