v2

latestOpenAPI 3.1.02026-07-267085761.0 MB
Admin Ensure Billing

Get Ensure Billing Account

get/api/admin/provider-billing/ensure/account

Response

Successful Response

successboolean

Indicates whether the request was processed successfully.

messagestring

A short, human-readable message describing the result of the request.

queryGeneratedTimenumber nullable

The Unix timestamp (in seconds) indicating when the response was generated.

Example response

{
  "success": true,
  "message": "Operation completed.",
  "data": {
    "created_at": "2026-03-06T11:00:00Z",
    "current_fbo_balance": 1490,
    "expected_fbo_balance": 1500.25,
    "id": 1,
    "updated_at": "2026-03-06T11:05:00Z"
  },
  "queryGeneratedTime": 1718006400
}