How to add my credit card processor to our forms?

  • redwallgallery
    Asked on August 10, 2016 at 10:32 AM

    We use a software called Nelix as our payment processor. We would like to link it to our forms that way payments are automatically processed through Nelix. How can we do this? 

     

    Thank you! 

  • victor
    Replied on August 10, 2016 at 11:23 AM

    Unfortunately, there is easy way o integrate your payment application NELIX into your form. If you require to use this payment process, the best would be to use the SOURCE CODE and embed your form into your site adding the NELIX code in the form.

    The other option would be to add an iframe field into the form. This iframe would open a page that contains the NELIX payment process for the users to complete the payment.

    How to add my credit card processor to our forms?  Image 1 Screenshot 20

    At the moment this would be the only two options.

  • redwallgallery
    Replied on August 10, 2016 at 11:33 AM

    If we  embed the form onto our website and  simply link to our payment page with nelix ,

    would that be a secure connection??or do you recommend option 2 for best security?

    Joanna

     

  • victor
    Replied on August 10, 2016 at 11:39 AM

    If you are going to use the source code to embed the form into your site. The security depends on your network. The form would be executed totally in your servers. It would have nothing in our servers.

    If you embed a page using the iFrame widget, all the data displayed in the iFrame will also be executed in your servers and not ours. If data is submitted in the iframe would have the same security of your servers.