#jay_api

1 messages ยท Page 1 of 1 (latest)

compact sunBOT
#

๐Ÿ‘‹ 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.

lavish pike
#

Hi there

teal robin
#

Hello

lavish pike
#

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

teal robin
#

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

compact sunBOT
lavish pike
#

Ah, you should use payment_behavior: default_incomplete