Reconciliation
Start reconciliation
Start a batch reconciliation run with the Python SDK.
POST
Start reconciliation
Use
blnk.reconciliation.run to start batch reconciliation.
1
Call the method
blnk.reconciliation.run
2
Save the reconciliation ID
Use
response.data["reconciliation_id"] with blnk.reconciliation.get to poll status and match counts.3
Response
200 OK