Payment Using Visa Cards
-
Hi All, We Develop a financial system which is a desktop c# application and we need to add a functionality that allow to pay by the visa cards, my question is what I should have to develop this functionality and what is the best 3rd party to use, and is the 3rd party should have an API's to use it in my Application. Please help me ASAP because I'm a new in this. Thanks for your efforts.
-
Hi All, We Develop a financial system which is a desktop c# application and we need to add a functionality that allow to pay by the visa cards, my question is what I should have to develop this functionality and what is the best 3rd party to use, and is the 3rd party should have an API's to use it in my Application. Please help me ASAP because I'm a new in this. Thanks for your efforts.
never done this, but my initial idea would be to get a hold on the party responsible of payment. Usually payments go through a TRUSTED third party provider. In Belgium we have "Ogone" for example. Your application forwards payment details to this company who will ask the user for credit card details. Then the provider, when payment is approved redirects the user back to you and will notify you if payment was done or not. So first thing to do is get in contact with such a provider. Hope this helps.
V.
(MQOTD rules and previous solutions) -
Hi All, We Develop a financial system which is a desktop c# application and we need to add a functionality that allow to pay by the visa cards, my question is what I should have to develop this functionality and what is the best 3rd party to use, and is the 3rd party should have an API's to use it in my Application. Please help me ASAP because I'm a new in this. Thanks for your efforts.
V is absolutely right - go with a reliable card transaction service company. And this is really, really important: Never, ever, accept code from a insecure website to handle anything to do with real money. You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties. Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be! Which means: Don't ask here - always go back to them for assistance. Don't worry about looking stupid or lacking in knowledge: it's a lot, lot better than looking at a prison cell... :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
V is absolutely right - go with a reliable card transaction service company. And this is really, really important: Never, ever, accept code from a insecure website to handle anything to do with real money. You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties. Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be! Which means: Don't ask here - always go back to them for assistance. Don't worry about looking stupid or lacking in knowledge: it's a lot, lot better than looking at a prison cell... :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
Too bad we can only click the UpVote button once.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi All, We Develop a financial system which is a desktop c# application and we need to add a functionality that allow to pay by the visa cards, my question is what I should have to develop this functionality and what is the best 3rd party to use, and is the 3rd party should have an API's to use it in my Application. Please help me ASAP because I'm a new in this. Thanks for your efforts.
I recommend that you do not use paypal. I was scammed by someone buying a key to my software then telling paypal the transaction was a fraud - they got to keep the key and were refunded. So due to this terrible service from paypal I now broadcast this negative experience far and wide ;P
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
Too bad we can only click the UpVote button once.
A guide to posting questions on CodeProject[^]
Dave KreskowiakYou can create multiple account to UpVote... :)
Thanks -Amit Gajjar
-
V is absolutely right - go with a reliable card transaction service company. And this is really, really important: Never, ever, accept code from a insecure website to handle anything to do with real money. You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties. Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be! Which means: Don't ask here - always go back to them for assistance. Don't worry about looking stupid or lacking in knowledge: it's a lot, lot better than looking at a prison cell... :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
You can create multiple account to UpVote... :)
Thanks -Amit Gajjar
Yeah, I'm not into having socket puppets.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak