#asdfgh-iOS
1 messages · Page 1 of 1 (latest)
pi_3LBeacGLkhdqSWYO0qY4rnaL
Hi 👋 apologies for the delay. I'm jumping in as my teammate needed to step away.
Hi
Are you using our React Native library for this, or are you working directly with our native Android/iOS SDKs?
I am using unofficial package for Flutter https://pub.dev/packages/flutter_stripe
Here is my Stripe initialization
in url scheme I am passing my app bundle id, which I also added under the url types in Xcode
And here is example how I am creating a request to Stripe in my backend
Payment method types are ['card', 'p24']
Thank you, I saw the same on my side. I'm terribly familiar with that package as it isn't one of ours, so I'm wondering if maybe it doesn't yet have support for P24 on iOS.
Okay, thank you
My understanding is that the Flutter package relies on our React Native library (which in turn is built using our native SDKs) so I would recommend checking with the team that supports that Flutter package to see if it is on a new enough version to support P24 on iOS.