Search code examples
c#asp.netdesktop-applicationgoogle-pay

is it possible to integrate Google Pay in C# window form desktop application


I have Develop a Desktop Application in C# window Form. the application about reservation of Pet`s. My Manager assign me a Task to integrate google pay in This desktop application. I need to know is it possible or Not, if Yes then How ? Because in Google pay Guide it is described that this integration is for Mobile and Web. Please Help.

Thanks


Solution

  • Short answer is no, this isn't possible in a desktop application.

    Longer answer:

    • The Google Pay button will generally involve launching a popup window which might not be possible to do with a webview (I haven't tried this myself)
    • Google Pay will only be enabled for production integration after it has been reviewed and tested by the Google Pay team and they likely won't be able to do this if it is a Windows desktop application