Reconciliation
Instant reconciliation
Run instant reconciliation with the Java SDK.
POST
Instant reconciliation
Use
blnk.reconciliation().runInstant 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.
Instant reconciliation
HTTP request and response schema.