#shahzaib-haider_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/1433422276874997835
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share what guide are you referring to exactly ?
You can cancel PaymentIntent in processing state, but only in rare cases:
https://docs.stripe.com/api/payment_intents/cancel#:~:text=You can cancel a PaymentIntent object when it’s in one of these statuses%3A requires_payment_method%2C requires_capture%2C requires_confirmation%2C requires_action or%2C in rare cases%2C processing.
This says we can cancel us bank payment in processing
I want to do that but it's giving me error
I attacked request id you can look into that as well
Yes, but it's not always
So you should proceed with refunds for this kind of cases
so, no solution before rufund?
Basically we don't want to refund, we want to cancel payment if possible
There's a limited window in which it can be cancelled, noted here: https://docs.stripe.com/payments/paymentintents/lifecycle#:~:text=You can cancel a PaymentIntent in the processing state when the associated Payment Method is ACH%2C ACSS%2C AU BECS%2C BACS%2C NZ BECS%2C and SEPA. However%2C it might fail due to a limited and varying cancellation time window.