Hi @Bhuwan ,
Thanks for reaching out.
Unfortunately, there is no official Microsoft documentation specifically for integrating Apple Pay and Google Pay into .NET MAUI, as these require platform-specific implementations. For more details about these implementations, it is better to ask them in their respective communities (Apple Forum, Google Forum). But I could recommend you to refer these documents below:
For Apple Pay in .NET MAUI:
For integrating Apple Pay, you can refer to Apple Pay in Xamarin.iOS.
Since Apple Pay is a native iOS feature, you’ll need to implement it using platform-specific code in your MAUI project. You can refer to the official guidance here.
If you choose to use Stripe as your payment processor, you can refer to the official Stripe documentation for ios.
For Google Pay in .NET MAUI:
Because MAUI doesn't have built-in support for Apple Pay or Google Pay, you have to use platform-specific native APIs and write your own integration. I also provide general guidance if you need: Google Pay for payment.
For compined Apple Pay and Google Pay and Stripe in MAUI, you may refer these resources:
Build an iOS binding library for Stripe by following the provided walkthrough, and implement the required Stripe integration code based on the official iOS quickstart guide.
While these are some non-Microsoft links, they're official documentations for the respective platforms and are safe to visit.
Hope this helps! If my answer was helpful - kindly follow the instructions here so others with the same problem can benefit as well.
Thanks for your time.