Integration of First Data payment gateways (formerly YourPay and LinkPoint) with ASP user reservation system

I am trying to integrate a simple reservation system (developed in ASP) using this payment gateway: https://www.firstdata.com/

My site is hosted on a shared server, and I was hoping to transfer the transaction data to firstdata and have all the protected data entered and processed on their system (as in a model such as a form token).

However, I had problems figuring out whether this is possible in Firstdata, the documentation is complicated, and I don’t get much response from their technical support. Ideally, I would like to use an example of integration of a test store, but I can not find it on my site.

Does anyone have experience integrating this payment gateway using ASP, and if so, what help can they offer?

Many thanks,

Lucy

+3
source share
2 answers

FirstData is the worst for support and integration.

I have experience integrating them with perl, so this probably helps a little, sorry. But just letting you know, basically, trial and error, technical support is not needed.

+2
source

I made LinkPoint and YourPay gateways. Both require a COM object, so a DLL must be installed on the server. Does your host want to install this DLL and reboot for your site, or is it already installed?

, .asp FirstData, . , , , , , , .

0

Source: https://habr.com/ru/post/1733562/


All Articles