#ArchangelWeb - quote
1 messages · Page 1 of 1 (latest)
It sounds like you may want to use the upcoming invoice api: https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Looking at it now. I think you might be right. I should be able to change the price in the invoice items and hopefully that'll calculate what the price difference should be. Thank you