Upload your ERP export and bank statement. Reconcio automatically matches columns, runs the comparison, and gives you a convergence score and diff file — no Excel, no formulas.
Free plan included. No credit card required.
No setup, no integrations, no IT ticket. Just upload your files and run.
Start free. Upgrade when you need more runs or larger files.
A clean REST API lets you automate reconciliations, trigger runs from your own systems, and retrieve results programmatically.
# Upload files POST /dashboard-api/v1/reconciliations/prepare Content-Type: multipart/form-data Authorization: Bearer <token> # Run reconciliation POST /dashboard-api/v1/reconciliations/{id}/run { "final_columns": [ { "file_a_column": "InvoiceId", "file_b_column": "invoice_id", "is_join_key": true }, { "file_a_column": "Amount", "file_b_column": "total", "is_join_key": false, "condition": "EQ" } ] } # Get result GET /dashboard-api/v1/reconciliations/{id} → convergence: 0.853, matched: 4847 # Download diff GET /dashboard-api/v1/reconciliations/{id}/diff
Set up your first reconciliation in under 5 minutes. Free plan, no credit card.