API

API Periodic Bills

API PERIODIC BILLS



Below are examples for periodic bills (recurring transactions).
Please make sure you do not set threshold to be more than 5.
Threshold is the amount of times it fails before you are sent an email notification.
You can set "installments" to -1 so that the periodic bill continues billing for an infinite amount of times.

API XML Examples

Below are XML examples for different transaction types.
PREAUTH

Why don't my transaction show up in the reports when I set RESULT to GOOD?

When ever you set RESULT to GOOD, the transactions will not show up on the LinkPoint Central reports. You will need to change it to LIVE for the transactions to show up in the reports.

Why do I keep getting an invalid XML error for a periodic bill?

Make sure you do not set "threshold" to be more than 5.

C#.NET LinkPointTransaction could not be found

The LinkPointTransaction.dll file is located in the bin directory. Remove the reference to the file at the top and add it again.

.NET unable to load lpsll.dll

Make sure you have installed the 2 OpenSSL files in the system32 directory. Also make sure you remove any copies from the bin directory.
libeay32.dll
ssleay32.dll
http://linkpoint.com/support/openssl_download.htm

If the error continues, remove the 2 OpenSSL files from the system32 directory and place them in the bin directory.

Windows COM Object taking long time to process transactions

This has worked for some merchants, your results may vary.

  1. On the web server go into Network Connections
  2. Right-click the Local Area Connection and select Properties
  3. Click on Internet Protocol (TCP/IP) and then click on Properties
  4. Click on the Advanced button
  5. Click on the WINS tab and select "Disable NetBIOS over TCP/IP."
  6. Click OK

Windows COM Object error Invalid class string ASP 0178

Make sure the correct permissions are setup for LpiCom_6_0.dll

Windows COM Object error Invalid class string

Either the file Lpicom_6_0.dll is missing or was not registered.
Make sure you place the file in the system32 directory.
Run the following command at the dos prompt to register the DLL file.
regsvr32 /u c:\windows\system32\lpicom_6_0.dll

You will also need to restart IIS.
At the dos prompt window type the following command:
iisreset

Syndicate content