Reconciliation
Upload data
Upload external data for reconciliation with the TypeScript SDK.
POST
Upload data
Use
blnk.Reconciliation.upload to upload external statement data.
Call the method
blnk.Reconciliation.upload
| Field | Type | Description |
|---|---|---|
fileInput | string | Path to a CSV or JSON file, or a readable stream containing the external records. |
source | string | Label describing where the data came from, for example stripe. |
Save the upload ID
Use
response.data.upload_id as the upload_id when you start reconciliation.Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Upload external records
HTTP request and response schema.