Api
Bill the owner's current overage (admin, manual)
Admin-only. Computes this cycle's overage from audit success counts and raises a Paystack invoice for it. Manual trigger until an end-of-cycle cron lands.
Query Parameters
owner*Owner
Header Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/admin/billing/charge-overage?owner=string"{ "owner": "string", "overage_parses": 0, "request_code": "string"}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Owner subscription status (admin) GET
Admin-only. The owner's tier, status (active/inactive/none), and current period end. The dashboard reads this; the worker is the source of truth.
Parse a bank statement POST
Upload a PDF (or XLSX) statement and get structured transactions back. `?format=json` (default) returns ParseResponse; `?format=csv` returns the engine-serialized CSV. `redact=true` returns the redacted document bytes. The file is parsed in memory and never written to disk.