#brandan_api

1 messages ¡ Page 1 of 1 (latest)

random vectorBOT
#

👋 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/1245485927535743057

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

reef cypress
#

We dont have any context on 3rd party connectors unfortunately, so we can't really advise here

polar willow
#

Are you aware of anyone who has been able to migrate from Xamarain Forms to MAUI and maintain the Apple Pay Feature with Stripe?

reef cypress
#

Unfortunately not. We don't really talk to folks who are migrating 3rd party connectors, so we don't get a lot of exposure to these types of scenarios.

polar willow
#

Ok, and does Stripe have any plans in the future to support Net MAUI?

#

I am curious if you would be able to help point me into a direction here and see if something like this could work.

This is the line of code that calls out to the Stripe side on our xamarin application and then returns to us our tokenId.

Since this is not something possible to do in MAUI since the iOS sdk is not available would we be able to create an endpoint on our server that would create a token for our payment? IE does the .NET SDK support us passing in the ApplePay 'PKPayment' model that we could utilize to get around needing the iOS SDK?

STPAPIClient.SharedClient().CreateTokenWithPayment(PKPayment, (STPToken token, NSError error) => ....

reef cypress
#

I'm not really sure what that is. Like, there's no way for me to know what Xamarin is doing, so I'm not really equipped to advise unfortunately.

polar willow
#

Are you familiar with the Apple Pay Features that Stripe offers for Swift?

#

Since all of this documentation utilizes the Stripe iOS SDK we are trying to see if we can acheive the same thing. We are able to acheive most of the feature from a UI perspective, but are stuck at the point where we have our PKPayment Model and are trying to send it to Stripe for processing / giving us our tokenId.

Do you know of any other way to do that without using the iOS SDK?

reef cypress
#

If you're building an iOS app, then there isn't really another way as far as I know.

polar willow
#

Ok, while that's not the answer I would like to hear it at least helps us have a better understanding. I will try to see if on the MAUI side they have any suggestions on utilizing this iOS specific SDK. Thank you!

#

The app is cross platform so both for iOS and Android - I'll reach out to see if MAUI has any ideas.