Reconciliation
Start reconciliation
Start a batch reconciliation run with the TypeScript SDK.
POST
Start reconciliation
Use
blnk.Reconciliation.run to start batch reconciliation.
blnk.Reconciliation.run
| Field | Description |
|---|---|
upload_id | Upload ID returned by blnk.Reconciliation.upload. |
strategy | Match strategy: one_to_one, one_to_many, or many_to_one. |
dry_run | Set true to test without writing results to the ledger. |
grouping_criteria | Field used to group records, for example reference. |
matching_rule_ids | IDs of the matching rules to apply. |
Response shape
200 OK
| Field | Description |
|---|---|
reconciliation_id | ID of the reconciliation run. Use it with blnk.Reconciliation.get to check status. |
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Start reconciliation
HTTP request and response schema.