v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBanking > BankAccount
Create manuals a Bank account
Create a manual bank account.
post/api/2026-07-01/resources/banking/bank_accounts/create_manual
Request body
Example request
{
"currency": "EUR",
"account_number": "ES28209582976036485969781",
"account_number_type": "iban",
"account_alias": "My Bank Account",
"ledger_account_id": "135",
"bank_account_membership_employee_ids": [
"11"
],
"external_id": "ext_135"
}Response
OK
Example response
{
"id": "1",
"external_id": "ext_135",
"currency": "EUR",
"country": "es",
"account_number": "ES28209582976036485969781",
"account_number_type": "iban",
"sort_code": "123456",
"bic": "FAKEBB33",
"iban": "ES28209582976036485969781",
"routing_number": "12345678",
"beneficiary_name": "factorial INC. - B66854530",
"bank_name": "Fake Bank",
"account_alias": "My Bank Account",
"updated_at": "2021-01-01T00:00:00.000Z",
"legal_entity_id": "11"
}