#midnight_unexpected
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/1328367519878217788
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, is evt_1Qc5wkCPHmUYMa5NVeKTcLD actually an ID? not loading
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
oops forgot a character
But from what you're describing it sounds like the different is that one is the initial payment/invoice (where we cancel if not paid in ~23 hours) and the retryable one is a recurring payment/invoice (i.e. not the initial invoice)
These are both the first payment of this subscription
customer cus_RYWL2QiBOOyvzI you can see no other payments
Ah it's because you manually finalized/attempted payment of one: sub_1QfPJ5DKXn4ivDe3ol1gTc5E
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
By finalizing that payment, we changed the behavior to not expire but retry?
Yes it counts as payment attempt so the incomplete_expired behaviour doesn't apply
i see ty for your help