iDeal showing in payment sheed On IOS #1999
Replies: 6 comments 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
-
i am working with euros. and its working on Andriod and not working on IOS. i am using 'flutter_stripe: ^11.2.0' |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
But on android works without any return URL. Is it possible to share integration code snippet of that |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions