#xqprtzcv-subscription-preview
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.
- xqprtzcv-subs, 15 hours ago, 10 messages
We do have an endpoint for this! https://stripe.com/docs/api/invoices/upcoming
If you pass the subscription's ID and the rest of the data you would pass to the update, it should show you what the proration will look like
Great, thank you, will check it out!
xqprtzcv-subscription-preview
Not exactly sure what I am doing wrong, but I am getting this error:
https://dashboard.stripe.com/test/logs/req_HuK0e41KshHmmn?t=1704818416
You seem to be doing a POST request instead of a GET. You seem to be doing your own raw HTTP requests instead of using our official Python SDK and I'd recommend switching to our SDK
Got it, I will give it a look