Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P24 method - not confirmed payment #75

Open
getdatakick opened this issue Apr 16, 2024 · 0 comments
Open

P24 method - not confirmed payment #75

getdatakick opened this issue Apr 16, 2024 · 0 comments

Comments

@getdatakick
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant