Reconciliation
Upload data
Upload external data for reconciliation with the Python SDK.
POST
Upload data
Use
blnk.reconciliation.upload to upload external statement data.
Call the method
blnk.reconciliation.upload
| Field | Type | Description |
|---|---|---|
fileInput | str | Path to a CSV or JSON file, or a readable stream containing the external records. |
source | str | Label describing where the data came from, for example stripe. |
Save the upload ID
Use
response.data["upload_id"] as the upload_id when you start reconciliation.Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Upload external records
HTTP request and response schema.