Hi,
I want to Integrate payment gateway in my windows phone Application.
if any one knows please help me.
What all payment gateways are supported in windows phone??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ved PrakashPosted Jan 17, 2015, 9:13 AM
To integrate PayPal payments into your Windows 8 applications:
- Configure Visual Studio with the PayPal Visual Studio extension
- Create the needed PayPal merchant and test accounts.
- Call the interfaces from your app
- Test the payment functionality
- Launch your app on the Windows App Store.
You can integrate Windows 8 Checkout SDK into both Windows 8 Store applications and Windows 8 Phone apps. The Windows 8 Checkout SDK uses a Windows Runtime Component for the Store applications, while Windows Phone apps make use of a Portable Class library.Download PayPal.Checkout.SDK-WindowsPhone8.dll into your project's lib directory.
For more info check here.