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