#iltofa_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/1222592847933341716
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! To clarify, is this regarding eftpos? https://docs.stripe.com/payments/eftpos-australia
No. This regarding ACH in US, sometimes called EFT. is us_bank_account in your payment methods list
Ah, okay.
Can you give me the ID of one of the Subscriptions that was canceled so I can take a look?
A moment...
sub_1OwA6VFgpHzmiEoHvEdL5Nyh this is canceled
This one says it will be canceled if not paid in 10 hours --> sub_1OyoApFgpHzmiEoHyopKHR2k
You canceled that first Subscription yourself in this request: https://dashboard.stripe.com/logs/req_5uBKm30sKgP5zF
Your Python code did that, not Stripe.
Prior to that the Subscription became active when the associated Invoice's Payment Intent was confirmed: https://dashboard.stripe.com/events/evt_1OwA8yFgpHzmiEoHQ983okN4
Oh. I'm very sorry, I was confused by the linked doc, and from the warning in the latest one.. .
The Payment Intent was in processing status at that point, and then later it succeeded.
But the Subscription had already been canceled prior to the payment succeeding.
I see... thank you for your support. I'll try to find the problem (probably a side effect of our processing of the "processing" webhook event)
Can you confirm I can ignore the warning on the latest one? It will not be canceled by itself?
For the other one, there's no payment info at all. It will be canceled if no attempt is made to pay it (with ACH or otherwise). If the Customer does try to pay it that would prevent it from being canceled though.
OK. Understood. Thank you very much for your support, and sorry for the noise (things can become confusing easily with payment, as you already know)