Reconciliation
Start reconciliation
Start a batch reconciliation run with the Java SDK.
POST
Start reconciliation
Use
blnk.reconciliation().run for this operation.
1
Call the method
2
Save the reconciliation ID
Use
response.data().get("reconciliation_id").asText() with blnk.reconciliation().get to poll status and match counts.3
Response
200 OK
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Start reconciliation
HTTP request and response schema.