Bulk import transactions from CSV

Upload a CSV file to create multiple transactions for an external bank account

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to import transactions for
connectionTypeenumRequired
Must be EXTERNAL for CSV imports
Allowed values:
accountIdstringRequired
The ID of the external bank account to import transactions for

Request

This endpoint expects a multipart form containing an optional file.
csvFilefileOptional
CSV file with Date, Description, Amount columns

Response

Bulk import job created successfully
messagestring or null
jobIdstring or null
Unique job identifier for tracking progress
totalRowsinteger or null
Total number of rows to process
statusenum or null
Initial job status
Allowed values:

Errors