---
title: "Changes to Create bank account"
method: POST
path: "/bankaccounts"
---

# Changes to Create bank account

`POST /bankaccounts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 4 revisions.

- **2026-03-24** `33c8b5a6215c` — 30 info
- **2026-03-11** `ff825f6602c8` — 6 breaking, 2 warning

## Changes

- **2026-03-24** `33c8b5a6215c` — 30 info
  - added the new optional request property `bsb`
  - added the new optional request property `cod_entidad`
  - added the new optional request property `metadata/bank_account_type`
  - added the new optional request property `metadata/beneficiary_address`
  - added the new optional request property `metadata/beneficiary_city`
  - added the new optional request property `metadata/beneficiary_company_name`
  - added the new optional request property `metadata/beneficiary_country`
  - added the new optional request property `metadata/beneficiary_entity_type`
  - added the new optional request property `metadata/beneficiary_first_name`
  - added the new optional request property `metadata/beneficiary_last_name`
  - added the new optional request property `metadata/beneficiary_postcode`
  - added the new optional request property `metadata/beneficiary_state`
  - added the new optional request property `metadata/country`
  - added the new optional request property `metadata/currency`
  - added the new optional request property `metadata/payment_types`
  - added the new optional request property `metadata/routing_code_type`
  - added the new optional request property `metadata/routing_code_value`
  - the request property `bic` became optional
  - the request property `customer_id` became optional
  - added the new `BSB_ACCOUNT` enum value to the request property `type`
  - added the new `CLEARJUNCTION` enum value to the request property `type`
  - added the new `CL_AHORRO` enum value to the request property `type`
  - added the new `CL_CTE` enum value to the request property `type`
  - added the new `CL_VISTA` enum value to the request property `type`
  - added the new `CURRENCYCLOUD` enum value to the request property `type`
  - added the new `INTERNATIONAL` enum value to the request property `type`
  - added the new `PA_AHORRO` enum value to the request property `type`
  - added the new `PA_CTE` enum value to the request property `type`
  - added the new `ZEPTO` enum value to the request property `type`
  - the `tag` request property's maxLength was increased from `50` to `100`
- **2026-03-11** `ff825f6602c8` — 6 breaking, 2 warning
  - added the new required request property `number`
  - added the new required request property `type`
  - the request property `bic` became required
  - the request property `customer_id` became required
  - the request property `name` became required
  - the `tag` request property's maxLength was decreased to `50`
  - the `bic` request property's maxLength was set to `11`
  - the `name` request property's maxLength was set to `255`

---

[Operation](https://skmtc.dev/truust-io/apis/truust-api/docs/bankaccounts/post.md) · [API](https://skmtc.dev/truust-io/apis/truust-api.md) · [Page](https://skmtc.dev/truust-io/apis/truust-api/changes/bankaccounts/post)
