You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: