TEST ACCOUNT

You can apply for a test account on the following link.
https://www.linkpoint.com/support/sup_teststore.asp

To access the reports for a test account you log into the following web site.
https://www.staging.linkpointcentral.com

Below is an example for LinkPoint Connect on the staging server:
Make sure you replace the value for storename, "1909012345", 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://www.staging.linkpointcentral.com/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="1909012345">
<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>

The next step is to enter the address of your order page on the LinkPoint setup.
http://www.staging.linkpointcentral.com

Once you log into LinkPoint, click on Customization at the top. Then click on the option, "Configure your LinkPoint Connect Settings." 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.
Example:
http://www.mywebsite.com/order.html

You can use the following credit card for testing. The test credit card will produce a decline message.
Visa: 4111111111111111
Expiration: 01/07
Any name and address


API APPROVED RESPONSE
r_ref0003480327
r_messageAPPROVED
r_code1234560003480327:NNNM:100010342106:
r_approvedAPPROVED
r_avsNNNM


Depending on the dollar amount you will receive a different response from the staging server.
API
Amountr_errorr_message
$xx.00APPROVED
$xx.01SGS-002100: The server encountered a network errorTRY AGAIN
$xx.02SGS-002000: The server encountered an errorFAILURE
$xx.03SGS-002000: The server encountered an errorDUPLICATE
$xx.04SGS-002000: The server encountered an errorINVALID MERCHANT
$xx.05SGS-002300: There was an invalid transaction reportedINVALID TRANSACTION
$xx.56SGS-000001: D:Declined:NNNDECLINED
$xx.58SGS-002300: The transaction has an invalid card number, MICR number or routing numberINVALID CARD
$xx.59SGS-002300: No credit card expiration year providedEXPIRED CARD
$xx.60SGS-000002: R:Referral (call voice center)CALL AUTH CENTER
$xx.99SGS-002300: This transaction was previously approved.DUPLICATE APPROVED


CONNECT
AmountstatusfailReason
$xx.00APPROVED
$xx.01DECLINEDThe server encountered a network error.
$xx.02DECLINEDThe server encountered an error
$xx.03DECLINEDThe server encountered an error
$xx.04DECLINEDThe server encountered an error
$xx.05DECLINEDThere was an invalid transaction reported
$xx.56DECLINEDD:Declined:NNN
$xx.58DECLINEDThe transaction has an invalid card number, MICR number or routing number
$xx.59DECLINEDNo credit card expiration year provided
$xx.60DECLINEDR:Referral (call voice center)
$xx.99DECLINEDThis transaction was previously approved.