-
Notifications
You must be signed in to change notification settings - Fork 168
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
gateway->authorize without return_url to allow "next_action": {"type": "use_stripe_sdk"} #152
Comments
Yes - i use similar flow which is described here: https://stripe.com/docs/payments/payment-intents/web-manual I did following workaround to make this flow work:
Can you try similarily? |
Dominik, your flow works however there is one more obstacle with
does the job until the package is fully upgraded |
Add support for the SCA-ready Payment Intents API by adding a new gatewa.
I discussed this with Stripe Support today and they informed me that while What I have found is that when If the |
PR #155 has been introduced to address the issue with the Application Fee Amount field. |
I use it like this with the workaround i specified above #152 (comment) - so i guess something similar should be added as feature to Omnipay Stripe. |
Ive extended PR #156 to include helper methods |
I followed example on https://github.com/stripe/stripe-payments-demo and would like to use stripe.handleCardAction(response.data.payment_intent_client_secret) to get a popup not redirect as currently package is offering
at this moment i commented this section
to get use_stripe_sdk in the response and use frontend stripe.handleCardAction
also i would add
my flow is as follows:
All in one page No redirects
The text was updated successfully, but these errors were encountered: