Reconciliation
Upload data
Upload external data for reconciliation with the TypeScript SDK.
POST
Upload data
Use
blnk.Reconciliation.upload to upload external statement data.
blnk.Reconciliation.upload
| Field | Description |
|---|---|
fileInput | Path to a CSV or JSON file, or a readable stream containing the external records. |
source | Label describing where the data came from, for example stripe. |
Response shape
201 Created
| Field | Description |
|---|---|
upload_id | Unique ID for the upload. Store it to start a batch reconciliation run. |
record_count | Number of records found in the file. |
source | Label you passed for the data origin. |
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Upload external records
HTTP request and response schema.