#Jayy
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks Tarzan
I kinda understand the proration with the invoices. But i am a bit lost with something
so if the user has a monthly subscription with an item of $200
in the middle of the month i update the invoice and add another item that is for $30 15 days into the billing cycle
Will stripe charge them $230 for renewal + $15 (the remaining price for 15 days) ??
or does it work only for updating the existing items ?
i'm scared to tag anyone lol, so please tag me when you do reply
sorry for the late reply, we're trying our best to reply as fast as possible but discord is really busy nowadays
AFAIK you're correct
you can use test clocks https://stripe.com/docs/billing/testing/test-clocks to test your integration
and see how the invoices are generated