0

I’m working on a .NET MAUI app that needs to accept credit card payments through Stripe.

If we want to create our own checkout UI and flow, as opposed to using a Stripe hosted checkout page, it looks like we need to use Stripe mobile SDKs to process and send sensitive financial data to the Stripe API.

These SDK’s are native libraries. How do we use third party native libraries in a .NET MAUI app?

I found this link for Xamarin Forms. Is it still the same approach for .NET MAUI?

https://devblogs.microsoft.com/xamarin/binding-ios-swift-libraries/

Sam
  • 26,817
  • 58
  • 206
  • 383

0 Answers0