#tulliaglaeser_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1253737458315694112
đ Have more to share? Add details, code, screenshots, videos, etc. below.
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.
- tulliaglaeser_webhooks, 5 hours ago, 23 messages
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That ^
And that automatically adds the schedule value to the Subscription object?
yup
Doesn't seem to so that in my case. When I retrieve my subscription the schedule value is null
What's the Subscription ID?
sub_d733e5ac-45b1-4908-a762-3e12870db353
I can't load custom UUID Subscription IDs unfortunately
The .from_subscription field also doesn't seem to fill in the subscription field of the schedule with the id
Did you create a new Subscription Schedule with that parameter? Also, what are you actually trying to do?
Can you find a Request ID for the request you sent where you pass from_subscription?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You created a new Subscription, right?
Yes
Are you able to look that Subscription up in the Stripe Dashboard?