flutter-stripe/flutter_stripe

iDeal showing in payment sheed On IOS

Closed this issue · 5 comments

Describe the bug On iOS devices, the payment sheet only displays the Card payment option, whereas on Android devices, both Card and iDEAL payment options are available. Users on iOS are unable to select iDEAL as a payment method, even though it should be supported.

iDEAL is a widely used payment method, and its absence on iOS could inconvenience users who prefer it over other payment options. This issue may affect transaction completion rates on iOS devices.

Ideal works in the payment sheet do you charge the customer in euros? Ideal only works in euros . I just paid with ideal this morning 😉 using our sdk

Ideal works in the payment sheet do you charge the customer in euros? Ideal only works in euros . I just paid with ideal this morning 😉 using our sdk

i am working with euros. and its working on Andriod and not working on IOS.

i am using 'flutter_stripe: ^11.2.0'

WhatsApp Image 2024-11-27 at 23 38 39_f14b683f
WhatsApp Image 2024-11-27 at 23 38 26_819e60c6

Ah you need to provide a valid return_url as parameter. Stripe will execute the return url after the payment succeeds in order to return to the app

Ah you need to provide a valid return_url as parameter. Stripe will execute the return url after the payment succeeds in order to return to the app

But on android works without any return URL. Is it possible to share integration code snippet of that