I want to implement payments in my .net MAUI mobile application using GooglePay and ApplePay through Stripe payment system, however it is extremely hard to find needed information on how to do that, expecially there is no complete guide on how to implement such things.
Did someone had experience with such things? Could you please describe general pipeline on what I need to implement payments, how it is different from payments implemented on web? Maybe someone has some code examples or any other usefull materials
No information found.
Finally I get the best solution I have created an IOS binding library for IOS Stripe following this walkthrough https://learn.microsoft.com/en-us/xamarin/ios/platform/binding-swift/walkthrough#prerequisites and created my needed code form stripe https://stripe.com/docs/payments/quickstart?platform=ios