#hakiros
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hakiros, 22 hours ago, 8 messages
- hakiros, 1 day ago, 13 messages
- hakiros, 2 days ago, 15 messages
- hakiros-invoice-tax, 3 days ago, 19 messages
- hakiros-platform-design, 6 days ago, 9 messages
๐ happy to help
you can use the https://stripe.com/docs/billing/invoices/subscription#previewing to calculate this
I am already calculating this but my client want to put in info box formula which is used to calculate it on website in order to avoid unnecessery questions
this can help you create a "simulator" where the customer can simulate what their next invoice would be if they change their subscription mid-cycle
all you have to do when you get the customer's input is to call the incoming invoice API and display the details on your frontend
yes, im already displaying what they will have to pay if they change these settings, just want to put formula which stripe uses to show it to user to be more transparent
you can display all of the invoice line items as well
so it will show exactly how it was calculated
Im having just one invoice item - subscription, I just want to know formula to how price of this specific subscription change is being calculated, If its not available just tell me so i can pass it to my client