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.
Collect complete bank routing and beneficiary information before capture to avoid manual repair.
Required fields
Section titled “Required fields”| Field | Type | Description |
|---|---|---|
type | string | Must be "WIRE" |
currency | string | Must be "USD" |
wire.bank.accountNumber | string | Recipient’s bank account number |
wire.swiftCode | string | SWIFT/BIC code of the recipient’s bank |
wire.customer.firstName | string | Recipient’s first name |
wire.customer.lastName | string | Recipient’s last name |
wire.customer.email | string | Recipient’s email |
wire.customer.documentNumber | string | SSN or other ID |
wire.customer.documentType | string | Document type |
wire.iban | string | IBAN (for international wires) |
Example
Section titled “Example”{ "type": "WIRE", "currency": "USD", "wire": { "swiftCode": "CHASUS33", "bank": { "accountNumber": "000987654321" }, "customer": { "firstName": "Jane", "lastName": "Doe", "email": "jane@example.com", "documentType": "SSN", "documentNumber": "987654321" } }}Object
Section titled “Object”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
idstringUnique identifier for the internal service.
firstNamestringrequiredPayer's name
emailstringPayer's email
lastNamestringPayer's last name
phoneNumberstringPayer's phone number without prefix
phoneNumberPrefixstringPhone number prefix (e.g., +57)
documentTypestringDocumeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.
documentNumberstringThe document number associated with the documentType
addressobjectThe entity’s address information.
administrativeAreaLevel1stringThe first-level administrative division.
administrativeAreaLevel2stringThe second-level administrative division.
administrativeAreaLevel3stringThe third-level administrative division.
streetstringThe name of the street.
streetNumberstringThe street number.
optionalAddressstringAdditional address details.
countrystringCountry 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.
zipcodestringZipcode f the address