Skip to main content
POST
Create a bank account

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Body

application/json
iban
string
required

Valid IBAN number

Example:

"RO49AAAA1B31007593840000"

bank_name
string
required
Example:

"Banca Transilvania"

currency
string
required
Example:

"RON"

swift
string

SWIFT/BIC code (optional, auto-detected for Romanian banks)

is_visible
boolean
default:true

Whether to show this account on invoices

Response

Bank account created

success
boolean
data
object
meta
object