latestSwagger 2.02026-08-2181213270.0 KB

0a9c1f8784f2

Sharing business data

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>.

post/business/data/accounts

Request body

batch_idstring uuid nullable

Id of the batch you created with POST /business/data/batch-upload. This is a recommended feature.

identifierstring 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

No Content