Skip to content

Suggested

API Dashboard

Payments / RailsSWIFT

SWIFT

International wire transfer via the SWIFT network. Used for cross-border pay-out.

Rail overview

Use SWIFT for cross-border bank payouts where local rails are not available.

SWIFT transfers can pass through correspondent banks; Conomy tracks provider states while the payout moves toward completion or failure.

Region International
Currency Cross-border
Direction Pay-out
Model International wire

Collect beneficiary, bank, country, and intermediary details carefully. SWIFT is the most data-sensitive payout rail.

FieldTypeDescription
typestringMust be "SWIFT"
currencystringCurrency of the transfer (e.g., "USD", "EUR")
swift.bank.accountNumberstringRecipient’s bank account number
swift.swiftCodestringSWIFT/BIC code of the recipient’s bank
swift.customer.firstNamestringRecipient’s first name
swift.customer.lastNamestringRecipient’s last name
swift.customer.emailstringRecipient’s email
swift.customer.documentNumberstringID or tax number
swift.customer.documentTypestringDocument type
FieldTypeDescription
swift.bank.namestringRecipient bank name.
swift.ibanstringIBAN (required only for destinations that enforce IBAN format, such as SEPA-zone recipients).
{
"type": "SWIFT",
"currency": "USD",
"swift": {
"swiftCode": "BNPAFRPPXXX",
"bank": {
"accountNumber": "00012345678"
},
"customer": {
"firstName": "Pierre",
"lastName": "Dupont",
"email": "pierre@example.com",
"documentType": "PASSPORT",
"documentNumber": "FR1234567"
}
}
}

SWIFT/BIC code of the recipient's bank.

Recipient IBAN when destination country requires it (typically SEPA zone).

Recipient bank account details.

accountNumberstringrequired

Recipient's bank account number.

namestring

Name of the recipient's bank.

Beneficiary identity data required by correspondent banks.

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstringrequired

Payer's email

lastNamestringrequired

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

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

documentTypestringrequired

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.

documentNumberstringrequired

The document number associated with the documentType

addressobject

The entity’s address information.