Hello,
Could you please, help me to establish a correct connection between the checkout.pl script and FirstData payment processor?
There is the problem:
1) If to incert the "checkout.pl" link into the "action" tag of the order form of the "checkout.html" page - everything works fine. It sends order emails and updates the .csv file. Credit card data can be captured and sent as well. However it is unsecure.
2) If to incert the "https://secure.linkpt.net/lpcentral/servlet/lppay" link into the same "action" tag - it connects to the FirstData and processes the credit card. However, it disconnects the checkout.pl script and order information cannot be delivered.
3) I tryed to separate order and credit card forms into different pages and include corresponding links into their "action" tags. But it does not work.
4) I tryed to include the "https://secure.linkpt.net/lpcentral/servlet/lppay" link into the "checkout.pl" file and it also does not work.
How to establish a connection to the FirstData after a user submits an order information?
Thanks,
