TEF communication

0

I need to integrate the TEF into my system. Does anyone have any idea how I can start this? Is there any open source software to do this integration? I found some information on the internet that talked about PayGo , would this be a viable option?

My system is Web, I use AngularJS and my BackEnd in PHP, I have a Sales / Store Front module.

    
asked by anonymous 22.08.2017 / 02:44

1 answer

2

Register for PayGo and download the documentation with the test script, documentation, and the Standard Test Manager. To summarize: the implementation of TEF basically consists of the exchange of files with the Standard Manager (The PayGo documentation explains how it works). You will need to develop a Javascript class to communicate with the GP. You can search for classes developed in JAVA and convert them to Javascript (That's what I did). You will need to develop or have a version of your Desktop Store Front developed in NodeJS to create their files in the Standard Manager folders. I recommend that you use Electron to develop the desktop version. link

    
24.08.2017 / 13:03