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.
Validate IBAN, beneficiary name, and country before capture; SEPA payouts are only as reliable as the beneficiary data.
Required fields
Section titled “Required fields”| Field | Type | Description |
|---|---|---|
type | string | Must be "SEPA" |
currency | string | Must be "EUR" |
sepa.iban | string | Recipient’s IBAN |
sepa.customer.firstName | string | Recipient’s first name |
sepa.customer.lastName | string | Recipient’s last name |
sepa.customer.email | string | Recipient’s email |
sepa.customer.documentNumber | string | National ID or tax number |
sepa.customer.documentType | string | Document type |
sepa.bic | string | BIC/SWIFT code of the bank |
Example
Section titled “Example”{ "type": "SEPA", "currency": "EUR", "sepa": { "iban": "DE89370400440532013000", "bic": "COBADEFFXXX", "customer": { "firstName": "Hans", "lastName": "Müller", "email": "hans@example.com", "documentType": "DNI", "documentNumber": "X1234567A" } }}Object
Section titled “Object”Recipient's IBAN.
BIC/SWIFT code 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