How can I integrate jotform with another site that performs payment via virtual POS?

  • ergunersan
    Asked on June 5, 2015 at 4:09 PM
    Hi How Can I integrate jotform <url> project prepared a virtual pelt. your payment outside of vehicles from another site that performs payment via virtual POS do I know?
  • Ben
    Replied on June 5, 2015 at 5:11 PM

    If I understood you correctly, you are looking for a way to have your jotform accept payments over some other payment processors and have that same data sent to our servers and stored there?

    If so, that would only be possible by utilizing a full source code of your jotform and making the necessary changes for the payment. Of course, in such case, you would need to program the code to capture the response from some payment processor and send that data to your jotform - to be saved.

    This, as already mentioned, requires you to add a lot of functionality to the form by yourself / your developer(s).

    If this is not what you have meant, do let us know more about what it is that you would like to create and we would be happy to assist.

  • ergunersan
    Replied on June 8, 2015 at 4:01 AM

    Hello, "I don't want to use jotform Pay pall or other payment methods. ASP.NET enhanced with MVC 3 project I want to make the payment from the virtual POS. is it possible to use something like this? If they can do it, how I am going to perform. Thanks

  • ergunersan
    Replied on June 8, 2015 at 7:45 AM

    Also I don't want the source code of the form. Jotform also I want to stay. Jotform just from my virtual POS in my project I want the amount that will be captured. Me get data from jotform, jotform pull the virtual POS data that I heard the result I'm left to hook up with successful or unsuccessful. Me is exactly what I want.

  • Charlie
    Replied on June 8, 2015 at 10:01 AM

    Hi,

    From what I understand, this is how your workflow process is done:

    JotForm Form -> User fills out form -> Information is sent to Virtual POS.

    Is that correct? If that's the case, you can try sending POST Data using PHP script in your thank you page and send the information directly to your virtual POS. You can check a guide here: http://www.jotform.com/help/213-Send-POST-Data-From-JotForm-Using-PHP-in-Custom-Thank-You-Page

    However, please do take note that if you'll ask payment from your users, you need to use our Payment tools. If not, you can still pass information to your POS but not using plain form fields that ask for sensitive information like log in credentials, credit card details, bank information, etc... Please see our "Terms" page under the "Phishing" section.

    I hope that helps.

    Thank you.

     

  • ergunersan
    Replied on June 8, 2015 at 10:48 AM

    Yes, that's right. Can you also check the thread we just opened (http://www.jotform.com/answers/583971-Why-is-the-Purchase-Order-not-sending-POST-messages#0) is related to the POST message.

    So can you please tell us how can we get the payment information from the user (credit card, billing address, etc.) by using your Payment Methods? We're actually using the Purchase Order but in order to process the payment using our local bank (via the Vırtual POS), we need to get that information.

     

    Thanks in advance

  • Charlie
    Replied on June 8, 2015 at 12:27 PM

    Thanks for getting back to us. I'll respond on that thread link that you shared.