Skip to content

Suggested

API Dashboard

Payments / RailsSEPA

SEPA

European bank transfer standard. Used for pay-out across the eurozone.

Rail overview

Use SEPA for EUR payouts to European bank accounts.

Conomy captures funds from the internal account and sends the payout instruction to the provider for SEPA clearing.

Region Europe
Currency EUR
Direction Pay-out
Model IBAN bank transfer

Validate IBAN, beneficiary name, and country before capture; SEPA payouts are only as reliable as the beneficiary data.

FieldTypeDescription
typestringMust be "SEPA"
currencystringMust be "EUR"
sepa.ibanstringRecipient’s IBAN
sepa.customer.firstNamestringRecipient’s first name
sepa.customer.lastNamestringRecipient’s last name
sepa.customer.emailstringRecipient’s email
sepa.customer.documentNumberstringNational ID or tax number
sepa.customer.documentTypestringDocument type
sepa.bicstringBIC/SWIFT code of the bank
{
"type": "SEPA",
"currency": "EUR",
"sepa": {
"iban": "DE89370400440532013000",
"bic": "COBADEFFXXX",
"customer": {
"firstName": "Hans",
"lastName": "Müller",
"email": "hans@example.com",
"documentType": "DNI",
"documentNumber": "X1234567A"
}
}
}

Recipient's IBAN.

BIC/SWIFT code 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.