#supercodepoet-subscription

1 messages · Page 1 of 1 (latest)

lunar scarab
#

Hello! Are you trying to get an estimate of how much the subscription will cost overall?

quick pivot
#

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

lunar scarab
#

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?

quick pivot
#

we are testing out Customer Portal and we allow prorations

#

but even on any subscription update

#

I want to update my local data

#

with time periods, plan, quantity, subscription total, etc

lunar scarab
#

Sorry I missed this follow-up

#

give me a minute