bankstract
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.

POST
/v1/admin/billing/charge-overage

Query Parameters

owner*Owner

Header Parameters

authorization?string|null

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": {}    }  ]}