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

Return Url not updating #2023

Open
cm-creativecentral opened this issue Dec 28, 2024 · 8 comments
Open

Return Url not updating #2023

cm-creativecentral opened this issue Dec 28, 2024 · 8 comments
Labels
Awaiting response Awaiting response from the issuer

Comments

@cm-creativecentral
Copy link

https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/regional_payment_methods/ideal_screen.dart

and

https://docs.flutter.dev/ui/navigation/deep-linking

image
after passing return url still it was taking defalu stripesdk:// url on andriod but on ios it was working correctly.
i have checked deeplinking also working file on andriod but return url is not setting properly

image

Originally posted by @cm-creativecentral in #1999 (reply in thread)

@cm-creativecentral
Copy link
Author

@remonh87 can you help me with this ?

@remonh87
Copy link
Member

remonh87 commented Jan 2, 2025

are you using android? because on android you need to supply the url as part of the init settings in stripe.

Stripe.urlScheme = 'flutterstripe';

@remonh87 remonh87 added the Awaiting response Awaiting response from the issuer label Jan 2, 2025
@cm-creativecentral
Copy link
Author

Yes i have added that still it takeing 'flutterstripe....' as an return url and it was not redirect to that retun url
image

@cm-creativecentral
Copy link
Author

are you using android? because on android you need to supply the url as part of the init settings in stripe.

Stripe.urlScheme = 'flutterstripe';

Yes i have added that still it takeing 'flutterstripe....' as an return url and it was not redirect to that retun url

@cm-creativecentral
Copy link
Author

@remonh87 can you help me with this ?

@remonh87
Copy link
Member

Also do not forget to call apply settings

@cm-creativecentral
Copy link
Author

Also do not forget to call apply settings
yes i called apply settings also please check above screenshot

#2023 (comment)

@cm-creativecentral
Copy link
Author

@remonh87 can you help me with this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting response Awaiting response from the issuer
Projects
None yet
Development

No branches or pull requests

2 participants