Questions tagged [linkpoint]

LinkPoint is a commercial provider of payment processing software.

LinkPoint is a commercial provider of payment processing software. There is an API which is available in various languages.

6 questions
3
votes
4 answers

LinkPoint payment integration with IIS7 crashes w3wp.exe

My assemblies that wrap a third-party DLL work fine in my windows test harness app, and they also work fine in a web service when spawned in debug mode (VS 2008 Visual Studio Development Server)! However, the app always crashes when running in the…
Scott Fletcher
  • 1,477
  • 2
  • 16
  • 20
1
vote
1 answer

Linkpoint payment gateway - charge the credit card in the future?

For example, now I create a invoice in future date and give the credit card details immediately. Is there any way to charge the credit card in future for the invoice which dated in future by using Linkpoint payment gateway?
Rafiu
  • 4,700
  • 6
  • 25
  • 27
1
vote
2 answers

LinkPoint payment integration with IIS6 on windows server 2003 crashes w3wp.exe

I am using the LinkPointTransaction.dll from FirstData to process credit card transactions. As the code is running, a call to the LinkPointTransaction.LinkPointTxn.Send() sends the transaction successfully to FirstData over the internet, but my…
usp
  • 797
  • 3
  • 10
  • 24
1
vote
1 answer

First Data Telecheck (ICA) integration

I am working on integration Firstdata telecheck to my shopping cart. I have a staging account for Credit card processing and I have use the same for telecheck processing. Response I am getting is: SGS-020019: Not authorized to do this type of…
Taran
  • 139
  • 5
0
votes
1 answer

Does Wp-Ecommerce works with LinkPoint gateway?

I have an online store working with osCommerce, actually works fine. But there is no integration with the store blog which is in Wordpress fortunatelly. Now I've seen a new payment plugin for wordpress called Wp-Ecommerce , so i decided to migrate…
alexserver
0
votes
1 answer

Interfacing to the LinkPoint API with Python - Sending XML Over SSL with Authentication

I'm trying to make a successful connection to the LinkPoint gateway using Python. For those of you unfamiliar with their API you get a .pem file you use for authentication purposes. I'm having trouble using this file and creating a secure…
Rico
  • 5,692
  • 8
  • 46
  • 63