Skip to content

Suggested

API Dashboard

Payments / RailsWIRE

WIRE

Domestic and international wire transfer. Used for pay-out in the USA.

Rail overview

Use WIRE for high-value or bank-directed payouts where a wire transfer is operationally required.

Wires move through bank operations and provider status updates; Conomy keeps the payment state aligned with confirmation or failure.

Region United States / International
Currency USD
Direction Pay-out
Model Wire transfer

Collect complete bank routing and beneficiary information before capture to avoid manual repair.

FieldTypeDescription
typestringMust be "WIRE"
currencystringMust be "USD"
wire.bank.accountNumberstringRecipient’s bank account number
wire.swiftCodestringSWIFT/BIC code of the recipient’s bank
wire.customer.firstNamestringRecipient’s first name
wire.customer.lastNamestringRecipient’s last name
wire.customer.emailstringRecipient’s email
wire.customer.documentNumberstringSSN or other ID
wire.customer.documentTypestringDocument type
wire.ibanstringIBAN (for international wires)
{
"type": "WIRE",
"currency": "USD",
"wire": {
"swiftCode": "CHASUS33",
"bank": {
"accountNumber": "000987654321"
},
"customer": {
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com",
"documentType": "SSN",
"documentNumber": "987654321"
}
}
}

SWIFT/BIC code of the recipient's bank.

ABA routing number (9 digits).

Recipient's bank account number.

Name of the recipient's bank.

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.