TEF communication

Asked

Viewed 1,063 times

0

I need to integrate 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, this would be a viable option?

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

  • It is not necessary to develop a JS class for communication with Paygo. A NTK Solutions provides an API for TEF, POS and e-commerce. It is called Controlpay. With this API you can trigger the TEF directly from your application, via web service. When the transaction ends in the PDV you receive a callback in the URL registered in Controlpay.

1 answer

2

Register with Paygo and download the documentation with the test script, documentation and the Standard Test Manager. To summarize: the implementation of TEF consists basically in 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 the respective files in the Default Manager folders. I recommend you use Electron to develop the desktop version. https://electron.atom.io/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.