#supercodepoet-subscription
1 messages · Page 1 of 1 (latest)
Hello! Are you trying to get an estimate of how much the subscription will cost overall?
well, not an estimate. When we receive an update to a subscription through a webhook I would like to update our own data with the total of the subscription with the quantity and plan
we have tiered plans
and I would rather not have to duplicate the calculate of the subscription amount
since Stripe already has that information
the invoice total is what they would pay but could be prorated
Yeah I see - your issue is that when you update it generates prorations (that I assume are being included on the next invoice?) which gives you a not accurate reflection of what the overall cost of the subscription is
When you update, are you using always_invoice or create_prorations?