Reputation: 11
I'm using Laravel Cashier for subscription management in my Laravel application, and I want to provide users with an estimate of the upcoming invoice amount if they were to increase their subscription quantity. However, I don't want to actually update the quantity on Stripe until the user confirms the change. Is there a way to simulate the upcoming invoice amount without updating the quantity on Stripe using Laravel Cashier or any functionality provided by Stripe? Any suggestions or simple solutions would be appreciated. Thank you!
Upvotes: 0
Views: 147