Implementing credit card payments for the Windows 8.1 store app

On demand, we need to create a limited function KIOSKI application on the Windows platform. We are planning to create the app as a Windows store app. This application will be able to pay by credit card. However, I don't know how to achieve this. I think we need to use some payment gateways for this. I have no experience with credit cards.

  • Can we implement credit card processing from the Windows 8.1 App Store app?
  • Which payment gateway do I need to choose for this? The app is intended for US people.

If you have a solution for this, please share and point me on the right path. Any help would be appreciated.

Hello

Ranish

+3


source to share


1 answer


Checkout https://www.bluepay.com/developers/api-documentation/csharp/ . We have used it in our applications; they provide all the processing and gateway work, including a system for storing card information on their servers for repeated payments. Your app sends requests via HTTP POST. Pricing is reasonable.



0


source







All Articles