latestSwagger 2.02026-08-2181213270.0 KB

0a9c1f8784f2

Sharing business data

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

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

The <code>account</code> field of the transactions should match the <code>id</code> field of the accounts you share with the POST /business/data/accounts endpoint.

post/business/data/account-transactions

Request body

batch_idstring uuid nullable

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

end_datestring date-time nullable

End date of the financials you're sending.

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.

start_datestring date-time nullable

Start date of the financials you're sending.

Response

No Content