Reconciliation
Get reconciliation
Get reconciliation status and match counts with the TypeScript SDK.
GET
Get reconciliation
Use
blnk.Reconciliation.get to fetch the status and match counts for a reconciliation run.
blnk.Reconciliation.get
| Field | Description |
|---|---|
reconciliationId | ID of the reconciliation run to retrieve. |
Response shape
200 OK
| Field | Description |
|---|---|
reconciliation_id | ID of the reconciliation run. |
status | Current status of the run, for example completed. |
matched_transactions | Number of records that matched. |
unmatched_transactions | Number of records that did not match. |
created_at | When the reconciliation started. |
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
View reconciliation details
HTTP request and response schema.