Bank Accounts
Create bank account
Registers a bank account for a customer (or the authenticated account). Use GET /bankaccounts/validation first to obtain the required fields for the given currency and country.
post/bankaccounts
Request body
Example request
{
"customer_id": 7485,
"name": "My bank account",
"type": "IBAN",
"number": "ES1300812944953951475955",
"bic": "CAIXESBBXXX"
}Response
Bank account created