-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
When using p24 payment method (and maybe others), stripe can redirects back to site before the payment is confirmed.
When validation controller fetches payment intent it can contain invalid status requires_action , even though all actions were already performed.
Stripe documentation states that P24 method has immediate notification, but it is not the case here. In my opinion this is bug on stripe side. But we will probably have to figure workaround at module side anyway.
Proposed solution: use webhook if the payment is not confirmed immediately