#Bjarke-apple-pay
1 messages · Page 1 of 1 (latest)
Hey, not overly familiar with Iconic/Capacitor. Is it some kind of JS framework for mobile applications?
Yes. Imagine React Native but it's actually just the web wrapped by a webview much like Googles Bubblewrap (iirc) does for PWAs.
Essentially a PWA but installable through the app store
Got it. Not sure of the compatibility of our React/JS libraries with that but we don't have anything official for Ionic (like we do for React Native)
With RN, you actually need a Apple Pay certificate (not to register your domain like you do for web Apple Pay) as it wraps our native iOS lib: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-apple-pay
Maybe that's an avenue to explore (as you said you don't have a domain/URL to speak of)
Cool, yeah I'll look into it. Thank you.
So just to make sure I understand. For the React Native library you've built, you've wrapped you native libraries into a React Native interface. Is that understood correctly?
Yep that's right
It's open source: https://github.com/stripe/stripe-react-native
Alright, I'll have a look. Is it possible to suggest/request somewhere, an officially supported solution for the Capacitor env?
I can certainly relay that internally
Thank you ynnoj, the community library is almost there but is sorely lacking in some areas. I think a takeover or support would benefit the stripe ecosystem tremendously 😄