Create a bank account for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The external user identifier of the acting customer.
"bank-user-12345"
Bank account created
Unique identifier of the bank account (MongoDB ObjectId)
^[a-f0-9]{24}$"64f0c51e7fb3fc001234abcd"
Identifier of the user who owns this bank account
"bank-user-12345"
Name of the account holder
"Jane Doe"
IBAN (International Bank Account Number)
"GR1601101250000000012300695"
ISO 4217 currency code. Always EUR for bank accounts created through this API.
EUR, GBP, USD "EUR"
BIC (Bank Identifier Code)
"ETHNGRAA"
Name of the bank, derived from BIC
"National Bank of Greece"