#priyanka_26911
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- priyanka_26911, 1 hour ago, 9 messages
- priyanka_26911, 4 hours ago, 8 messages
- priyanka_26911, 17 hours ago, 34 messages
- priyanka_26911, 18 hours ago, 2 messages
- priyanka_26911, 22 hours ago, 9 messages
Hi,
when that redirect url gets expired, will there be any response from webhook saying it is failed ?
There is no explicit webhook event, what you can do is to check the status of the PaymentIntent
okay if we retreive paymnetIntent , will it indiate that status is FAILED ?
okay when we receive the status as requires_payment_method, we can markit as FAILED and start new one right ?
requires_payment_method comes even in case of timeout right ?
if you want, or you can just confirm the same PaymentIntent again to try again
okay when we receive the status as requires_payment_method, we can markit as FAILED and start new one right ?
You can reuse the same payment intent and just try it again
okay but are you sure that webhook will not respond as payment_failed ?
when no action is done on that redirect url for very long time and it gets expired
it doesn't get expired, the PaymentIntent can stay in requires_action forever.
yesterday I was chatting with other person and they said as redirect url will be bank specific and it is short lived
they may have been mistaken
then if I retrieve paymentIntent and check the status also, it wont help right ?
you can do it if you want.