#jay_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1298068203624333384
๐ Have more to share? Add more 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.
- jay_subscriptions-pause-billingcycle, 6 hours ago, 11 messages
Hi there
Hello
Can you share how you tested? The customer ID and/or Subscription ID should help here
I created a test clock, created a Customer, then created a Subscription. The status of the Subscription was incomplete since it wasn't paid yet. I advanced the test clock 2 days and the status of the Subscription is now incomplete_expired
Sure, one second
something in the lines of
START_TIME=$(date -d โ2024-10-17T00:00:00โ +%s)
stripe test_helpers test_clocks create --frozen-time $START_TIME
stripe customers create -d email="chijunbeom+1008_01@gmail.com" -d test_clock=clock_1QBLZkGZMPJ4zCnuNlYjFRIn
stripe subscriptions create
--customer cus_R39pyBnWc1oqvw
-d "items[0][price]=price_1Q4uuOGZMPJ4zCnuuX953M88"
-d "expand[]=latest_invoice.payment_intent"
-d payment_behavior=error_if_incomplete
stripe test_helpers test_clocks advance
--test_clock clock_1QB4RnGZMPJ4zCnuQYUXEaa4
--frozen-time $(date -u -v+24H +%s)
stripe subscriptions retrieve sub_1QB4FiGZMPJ4zCnuah1jet8M
Ah, you should use payment_behavior: default_incomplete