#smaddy-_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1232117962207662142
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm afraid Stripe doesn't support MAUI officially. Stripe only supports native iOS and Android SDK, as well as React Native
Hello, thanks for the information. MAUI is sort of like XAMARIN, do you support XAMARIN?
What about WebView (a browser that is sort of like a UI control like a button or a text box, but its a whole browser) would STRIPE work if i point the WebView to a site set up for payments?
For mobile app, only these 3 libraries are supported officially:
- iOS SDK
- Android SDK
- React Native SDK
Other integration paths aren't supported officially.
For WebView can be supported, but there can be some limitations. For example, Google Pay might not be supported due to the limitation by WebView itself
ok, i dont really care about google pay, or apple pay, just STRIPE i want for credit/debit
I will try the WebView thanks
No problem! Happy to help ๐
is there a way for MAUI to interface to your native plugins?
Here is the list of community libraries: https://docs.stripe.com/libraries/community
I'm afraid MAUI is not one of them