#aaparth
1 messages · Page 1 of 1 (latest)
Hi, it's mentioned here:
https://stripe.com/docs/api/subscriptions/update
If you want to charge for an upgrade immediately, pass proration_behavior as always_invoice to create prorations, automatically invoice the customer for those proration adjustments, and attempt to collect payment. If you pass create_prorations, the prorations are created but not automatically invoiced
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
let me check that up
Can you check for this subscription please as its not working
sub_1MHiwhLzObqWEmrZgWsziac7
it shows in pending invoice items
Can you be clear about what is not working? Have you followed the instruction above and what Update request id (req_xxx) doesn't work as expected?
I have changed the quantity and passed the proration_behaiour to always_invoice
Okie, then have you Invoice the customer for the generated proration?