Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Payment Using Visa Cards

Payment Using Visa Cards

Scheduled Pinned Locked Moved C#
questioncsharpjsonhelp
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zeyad Jalil
    wrote on last edited by
    #1

    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 OriginalGriffO G 3 Replies Last reply
    0
    • Z Zeyad Jalil

      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 Offline
      V Offline
      V 0
      wrote on last edited by
      #2

      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)

      1 Reply Last reply
      0
      • Z Zeyad Jalil

        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.

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        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 – ∞)

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        D V 2 Replies Last reply
        0
        • OriginalGriffO OriginalGriff

          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 – ∞)

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Too bad we can only click the UpVote button once.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          A 1 Reply Last reply
          0
          • Z Zeyad Jalil

            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.

            G Offline
            G Offline
            GuyThiebaut
            wrote on last edited by
            #5

            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

            1 Reply Last reply
            0
            • D Dave Kreskowiak

              Too bad we can only click the UpVote button once.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak

              A Offline
              A Offline
              AmitGajjar
              wrote on last edited by
              #6

              You can create multiple account to UpVote... :)

              Thanks -Amit Gajjar

              D 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                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 Offline
                V Offline
                V 0
                wrote on last edited by
                #7

                OriginalGriff wrote:

                V is absolutely right

                I should print this in large curly letters and frame it :-D

                V.
                (MQOTD rules and previous solutions)

                1 Reply Last reply
                0
                • A AmitGajjar

                  You can create multiple account to UpVote... :)

                  Thanks -Amit Gajjar

                  D Offline
                  D Offline
                  Dave Kreskowiak
                  wrote on last edited by
                  #8

                  Yeah, I'm not into having socket puppets.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups