v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
Stripe

Estimate Bill From Range

Return the amount you will be billed from a date range if you were on usage based pricing

get/api/stripe/estimate_bill/{plan_id}

Path parameters

plan_idstring uuid required

Request body

gtstring nullable
gtestring nullable
ltstring nullable
ltestring nullable

Example request

{
  "gt": "2021-01-01 00:00:00.000",
  "gte": "2021-01-01 00:00:00.000",
  "lt": "2021-01-01 00:00:00.000",
  "lte": "2021-01-01 00:00:00.000"
}

Response

Billing estimate

totalnumber double required