#varovas
1 messages · Page 1 of 1 (latest)
Hi there, yes you can use the upcoming invoice API https://stripe.com/docs/api/invoices/upcoming?lang=node#upcoming_invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, but I would like to get that information before upgrading plan to stripe. Use case is that we want to inform customer that he will have to pay X amount on the upgrade. And then he decides to upgrade or not.
If you read the API reference
I believe this API is what you need