Bank Accounts
Create SEPA bank account
Register a European SEPA bank account for a client.
POST
Creates a new European SEPA bank account for the specified client. Supports both individual and business clients via mutually exclusive holder name fields. Requires an API key with access level 3 or higher.
Path parameters
Unique identifier of the client.
Body
Name of the bank.
User-friendly alias for the account.
Account holder’s first name. Required for individual clients; mutually exclusive with
business_name.Account holder’s last name. Required for individual clients; mutually exclusive with
business_name.Business name. Required for business clients; mutually exclusive with
bank_holder_first_name + bank_holder_last_name.IBAN (International Bank Account Number).
BIC/SWIFT code.
ISO 3166-1 alpha-3 country code (e.g.,
DEU, FRA, ESP).Account holder’s address with
street_line_1, street_line_2, city, postal_code, state, country.state uses ISO 3166-2 codes that identify country subdivisions in the format {COUNTRY}-{SUBDIVISION} (e.g., USA-CA for California).Response
See Create US bank account for the full field list. SEPA accounts exposeiban and bic.

