#smaddy-_api

1 messages ยท Page 1 of 1 (latest)

quartz nacelleBOT
#

๐Ÿ‘‹ 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.

snow crescentBOT
brittle cedar
#

I'm afraid Stripe doesn't support MAUI officially. Stripe only supports native iOS and Android SDK, as well as React Native

zinc perch
#

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?

brittle cedar
#

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

zinc perch
#

ok, i dont really care about google pay, or apple pay, just STRIPE i want for credit/debit

#

I will try the WebView thanks

brittle cedar
#

No problem! Happy to help ๐Ÿ˜„

zinc perch
#

is there a way for MAUI to interface to your native plugins?

brittle cedar