|
There are two steps in order to setup your web site with YourPay Connect. STEP 1 First you will need to copy and paste HTML code to one of your pages on your web site. The HTML code will create a button that your customer will click on and redirect them to a secure page on LinkPoint where they will enter their credit card information. This does require you be familiar with HTML code or creating web pages. Below is example HTML code for YourpPay Connect. Make sure you replace the value for storename, "1001112345", with your own store number. You will also need to replace the value for chargetotal, "2.00", with the price of your product or service. <form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post"> <input type="hidden" name="mode" value="fullpay"> <input type="hidden" name="chargetotal" value="2.00"> <input type="hidden" name="storename" value="1001112345"> <input type="hidden" name="txntype" value="sale"> <input type="hidden" name="comments" value="product info"> <input type="submit" value="Continue to Secure Payment Form"> </form> For more information you can view the Adobe Acrobat PDF manual on the following site: https://www.yourpay.com/manuals/YourPayConnectManualv3_6.pdf STEP 2 The next step is to enter the address of your order page on the Yourpay setup. http://www.yourpay.com Once you log into Yourpay, click on Customization at the top. Then click on the option, "Configure your Yourpay Connect." In the field, "Order submission form URL," you will need to enter the address of the page where you added the HTML code. You can enter more than one address by separating them with a space. For example: http://www.mywebsite.com/order.html You can use the following credit card for testing. The test credit card will produce a decline response. Please be aware there are transaction fees for each declined transaction. Visa: 4111111111111111 Expiration: 01/07 Any name and address |