#tT
1 messages · Page 1 of 1 (latest)
Can you provide the concrete Invoice Id? inv_xxx
You would want to be a lot more specific so we can help 🙂
Like explain it in a timeline by bullet points, where and which setting have you tried and what do you expect vs what actually happened
I used SubscriptionSchedule to setup cancel a sub in the furture. The sub is’n expired i update SubscriptionSchedule again and my invoice not change inmediately
About invoice id , please wait me a minutes
Yes, but in order to look closer, please explain it in a timeline by bullet points, where and which setting have you tried and what do you expect vs what actually happened
August 1st I pay $10 -> Update subscription schedule to cancel at 1 Sep -> change product at 5 Aug -> expect charge the prorated ammount immediately at 5 Aug
Koopajah suggest me apply proration Behavior but it’not charge the prorated amount inmediately
Yes but you would want to provide the exact request you have done the change. You can find request id req_xxx from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Something like
- Aug 1, Create Subscription by req_xxx.
- Aug 5, Update Subscription Schedule by req_yyy
Cancel - https://dashboard.stripe.com/test/logs/req_yOlEVRO0MGsxF4
Update Sub - https://dashboard.stripe.com/test/logs/req_vP198DVu5AJ1FZ
Update ScheduleSub - https://dashboard.stripe.com/test/logs/req_1YubekEAjmiKTm
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Cancel - req_yOlEVRO0MGsxF4
Update Sub - req_vP198DVu5AJ1FZ
Update Schedule Sub - req_yOlEVRO0MGsxF4
I send you id of logs. It is ok right?
I'll take a look and get back to you a while later
if you're looking to charge the prorated amount immediately, you should use always_invoice and not create_prorations - https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-proration_behavior. Maybe try that and it if it works
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.