---
title: "POST /business/data/accounts"
method: POST
path: "/business/data/accounts"
tags: ["Sharing business data"]
---

# POST /business/data/accounts

`POST /business/data/accounts`

Upload bank account balances into our platform to refine borrower credit
line allowance.

This endpoint doesn't support updates on data already uploaded.

The <code>id</code> field of the accounts should match the <code>account</code> field of the
transactions you share with the POST /business/data/account-transactions endpoint. If you only
have the IBAN of the account, the IBAN being a unique identifier, you can use the IBAN in both
<code>id</code> and <code>account_number</code>.

## Request body

- APIPartnerBusinessAccounts
  - `accounts` APIPartnerBusinessAccount[] — List of accounts balances of the business.
    - `account_name` string, nullable — A name given to this account. Any name can be given.
    - `account_number` string, nullable — The account identifier. Only IBANs are supported at the moment.
    - `account_number_type` 'account_number' | 'iban' | 'internal_id' | 'null', nullable — The type of account number (e.g. IBAN).
    - `amount` integer, required — Balance of the bank account.
    - `bank_identifier` string, nullable — The identifier of the bank.
    - `bank_identifier_type` 'bic' | 'name' | 'routing_number' | 'undefined' | 'null', nullable — The type of bank identifier (e.g. BIC).
    - `id` string, required — Unique bank account identifier.
    - `last_updated_at` string, date-time, required — Date of last balance update.
    - `provider` string, nullable — The provider of this account (e.g. bridge, plaid...). "MANUAL" if manually imported.
  - `batch_id` string, uuid, nullable — Id of the batch you created with POST /business/data/batch-upload. This is a recommended feature.
  - `identifier` string, required — Legal identifier of the business, such as its SIRET or SIREN in France. Must not contain spaces.
  - `identifier_type` 'belgium_registration_number' | 'bsn' | 'cif' | 'hr_nummer' | 'kvk' | 'name' | 'nif' | 'siren' | 'siret' | 'steuernummer' | 'vat_number', required — Type of legal business identifier of the business, such as the SIRET in France.

## Response `204`

No Content

---

[API](https://skmtc.net/getdefacto/apis/api-reference.md) · [All operations](https://skmtc.net/getdefacto/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdefacto/api-reference/revisions/0a9c1f8784f2/schema)
