#betacarrotene
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- betacarrotene, 5 days ago, 3 messages
Hi, did you encounter an error when you use pending update with send_invoice collection method? If yes could you provide the request id? req_xxx
Yes. This is the req URL. thanks! https://dashboard.stripe.com/test/logs/req_e0hdM1ng4RXewS?t=1700623874
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Okie I see, sorry let you wait, and yes pending updates is not possible with send_invoice. If you already have send_invoice then any changes won't be attempted immediately, so you don't need pending updates IMO. What is that exactly do you want to achieve?
We want customers to pay for all changes before they are applied in Stripe. I noticed that without using pending_updates, changes are applied to the subscription even without payment, even if the invoice is voided.
Can you give some example Id on what you observed?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can you view that?
Looking
And this is your change request, correct? https://dashboard.stripe.com/test/logs/req_6GX42x0UHOuGGI
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes I see it generates an Invoice immediately because of proration_behavior: "always_invoice"
How do you want it to behave here instead? not changing until the new Invoice is paid?
That's not how our Subscription works really. You may consider charge your customer separately, then apply Subscription change and give them a coupon back on what you have charged, to achieve what you desire