-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
HELP NEEDED: Missing return_url parameter for IDEAL payments #609
Comments
Also |
I could use some help to implement this workaround on Android: |
fixed as part of 2.4.0. |
I see that you can specify a flutter_stripe/packages/stripe_platform_interface/lib/src/models/payment_sheet.freezed.dart Line 85 in 4d47412
But if you are using the sdk's webview you don't have any option to specify a flutter_stripe/packages/stripe_ios/ios/Classes/Stripe Sdk/Mappers.swift Lines 746 to 748 in 4d47412
Also for web,
Would it be possible to expose |
This is not a duplicate of #225
While you can set
urlScheme
this does not work with universal links - we really do need to be able to passreturn_url
to IDEAL payment confirmation in order to be able to handle payments across platforms.Stripe example:
The text was updated successfully, but these errors were encountered: