Qt payment via credit cards possible, VISA, MASTER CARD?
-
How to make an application in Qt that makes payment via credit card?
have a example for me?
help!!!!
-
@Everton-Fonseca
i would say this heavily depends what you want to pay and to whom?! -
@raven-worx
I want to pay for banks using the customer's card data is it possible? -
@Everton-Fonseca
so you want the customer be able to pay money to your bank account?Anyway i think the easiest and also safest method to transfer money via credit card is using Paypal (Customer doesn't necessarily need to have a Paypal account).
You could display a webview widget and let the user do the payment via Paypal there.
Also there is a REST API and NVP/SOAP SDK available.
Make your fist callBut this goes anyway beyond the scope of Qt and thus also of this forum, unless you have Qt related questions of course. And you might get way better support for Paypal specific implementations in another forum.
Also you should make sure that you only transfer data via a encrypted connection!
-
@raven-worx
thanks = D