#newtreyes_api
1 messages ยท Page 1 of 1 (latest)
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.
- newtreyes_api, 1 day ago, 26 messages
- newtreyes_code, 5 days ago, 15 messages
- newtreyes_api, 6 days ago, 8 messages
๐ 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/1252942937143382086
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi @quick jackal
Not always. What are you really trying to ask me?
I guess what I am asking is this: it looks as if you create a Suscription Schedule using https://docs.stripe.com/api/subscription_schedules/create#create_subscription_schedule-from_subscription then the Schedule will take the place of the subscription until the schedule is over. At that point, the schedule will set https://docs.stripe.com/api/subscription_schedules/object#subscription_schedule_object-released_subscription to a subscription id. Is that a new one or the initial one the subscription was created from?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Am I getting that right?
Is that a new one or the initial one the subscription was created from?
If you create the schedule from an existing subscription, then the field will map to the existingsub_xxx
In scenarios where you create a schedule without passing from_subscription then it'll generate a new sub_xxx ID once the schedule starts (according to phases/start date)
Related to this question: I am seeing the following when creating a subscription schedule:
evt_1PTMomICFBpStoJ1sxDCS8tI
What seems unexpcted?
I looked for that field in the subscription docs but I was not able to find it there
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Am I missing something silly?
Sure, as I said:
In scenarios where you create a schedule without passing from_subscription then it'll generate a new sub_xxx ID once the schedule starts (according to phases/start date)
You passstart_date: 'now'(here: https://dashboard.stripe.com/test/logs/req_0v9VBcKx576Cc6) so the schedule immediately createdsub_xxx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.