Reconciliation
Start reconciliation
Start a batch reconciliation run with the TypeScript SDK.
POST
Start reconciliation
Use
blnk.Reconciliation.run to start batch reconciliation.
Call the method
blnk.Reconciliation.run
| Field | Type | Description |
|---|---|---|
upload_id | string | Upload ID returned by blnk.Reconciliation.upload. |
strategy | string | Match strategy: one_to_one, one_to_many, or many_to_one. |
dry_run | boolean | Set true to test without writing results to the ledger. |
grouping_criteria | string | Field used to group records, for example reference. |
matching_rule_ids | string[] | IDs of the matching rules to apply. |
Save the reconciliation ID
Use
response.data.reconciliation_id with blnk.Reconciliation.get to poll status and match counts.Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Start reconciliation
HTTP request and response schema.