Questions tagged [verifone]

Point of Sale (POS) terminals that are often used to accept credit card payment. Developers can write programs for the terminal to run which provides custom value-added services. VeriFone provides rich SDKs and helper programs for their various platforms and this tag is meant for questions specific to the VeriFone ecosystem.

83 questions
0
votes
0 answers

Send "Sale" command to verifone vx520

I work on a project, where from PC I need to send Sale command to verifone vx520. Any documentation? How can this be done? What exactly I need to complete this task? Any documentation about this subject will help. Thank you.
0
votes
2 answers

Meaning of ddl -p9 apppackagename.zip *unzip=apppackagename.zip command

I am using verifone device. So to install that application some step are provided. So there is many command they give to install application. i want to know when we use below command ? " ddl -p9 apppackagename.zip *unzip=apppackagename.zip " i want…
0
votes
1 answer

How could I configure an ide to run a verifone application?

I work with verifone applications but the project we use is in a very old win xp vm, does anyone know how I could configure an ide in win10?
0
votes
1 answer

Libcurl for ARM architecture

I'm cross compiling on Windows 7 and I use this compiler: gcc-linaro-arm-linux-gnueabihf-4.7-2013.03\bin\arm-linux-gnueabihf-g++.exe I want to use libcurl for some HTTP requests but when I link using -libcurl I get the infamous message that the…
David Merinos
  • 1,195
  • 1
  • 14
  • 36
0
votes
0 answers

POS Hypercom Terminal T4230 integration issue using Java serial PORT communication

We are integrating JDE-Edwards ERP to POS terminal using the Java integration Code but when I tried to send the transaction initiate request to the POS terminal it is working sometimes fine and sometimes I am getting the negative acknowledgment from…
Anand
  • 1
  • 3
0
votes
1 answer

Verifone e355 iOS integration - unable to trigger barcode scanner with soft mode

I'm working in a POS(iPad) application where we are using Verifone E355 for payments. Now I have a requirement to trigger the barcode scanner of verifone e355 device(https://www.verifone.com/en/us/devices/mpos/e355) through software from…
jegadeesh
  • 875
  • 9
  • 22
0
votes
1 answer

Verifone MX915 - Tampered Device

Does anyone know how to fix the tampering condition on Verifone MX915? My log file prompted "RTC frequency too low". Any helps would be appreciated.
Duke
  • 23
  • 5
0
votes
0 answers

Connecting a cash register to a bank terminal with LUA

I amdevelopping a script with LUA that have to make communication between a cash register and a bank terminal via TCP IP connection. I would like to ask which TCP IP number port to mention in code? Thanks in advance.
0
votes
1 answer

How to build desktop application that work with Verifone or Ingenico EMV Device

I see places like whole food are using windows desktop application(maybe c# or java, I don't know) and verifone emv device to accept customer payment. Our company wants to do the same thing. The problem is we don't know how Verifone device connects…
user2001613
  • 31
  • 1
  • 6
0
votes
2 answers

TVR and TAC Denial does not match, but transaction does NOT go online? in Pinpad Verifone

I have the same problem as in this question but I am using a MasterCard card that supports CDA. Description of the problem: When I try to run the CDA I get the following data: TVR: 0400008000 ("CDA Failed, Exceeds Floor Limit") IAC DENIAL:…
0
votes
1 answer

how to crate a make file for verifone (vx520 or vx820)

I have a verifone terminal (vx520 and vx820). I whant to crate a makefile for compile app for this terminal. I have "VRXSDK" version 1.2.0 howto do it? or how to compile a file like "main.c" or "main.cpp" till have a execute file for verifone POS…
behnia_k
  • 11
  • 4
0
votes
1 answer

Verifone VX 675 GUI development

I have a Verifone VX 675 device. I am supposed to develop a GUI on it. Do I need to have a Verifone ADK ? Or can I use this folder given to me: Mx800-vfi-toolchain-011a.tgz? (The Mx800 is another device from Verifone). Can some one please clear my…
hitx11
  • 43
  • 5
0
votes
0 answers

Verifone Printer Api (library)

according to verifone's documentationVerifone Printer Api the developer only needs to define this on build.gradle dependencies { compile (name: 'DeveloperSDK-release.x.x.x', ext: 'aar') } I did what the documentation said, I have a…
mr.boo
  • 73
  • 6
0
votes
1 answer

How to use a read() function or similars on ARM application to Verifone Device with Verix OS

I am trying to make my first code to a Verifone Device. This device has Verix OS and Arm Processor. I was following the "OPERATING SYSTEM PROGRAMMING TOOLS REFERENCE MANUAL" and its code works well: #include #include char…
Geovane
  • 1
  • 1
0
votes
1 answer

static code analysis tool to Verifone terminals

Which is the best static code analysis tool to use in the verifone POS projects? Does it have any particularity or I can use any C analysis tool like SonarQube?