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
15
votes
2 answers

Integrating POS application with VeriFone terminal

Currently I'm working in a team creating a custom POS solution. We came to a point were we'd like to integrate with a IC/Credit Card terminal (like VeriFone which we have, i.e. Vx510). I think the simplest mode is to allow Cashier to manually enter…
SOReader
  • 5,697
  • 5
  • 31
  • 53
9
votes
1 answer

Can I program an ingenico/verifone terminal to do whatever I want?

Ideally, I would connect an Ingenico/VeriFone terminal to the net via an Ethernet cable, the terminal will exclusively run a program that I wrote. This program would poll a webservice, beep when it detects some kind of info, wait for somebody's…
edmz
  • 3,350
  • 2
  • 22
  • 29
8
votes
3 answers

Retail point of sale credit card processing - card present. Minimizing PCI compliance requirements

I am writing a point of sale application for a client who has some very specific needs. The client is a retail store, so when they process credit cards, they have a physical card present and can swipe it. The way it is now, at the end of check out,…
user2020111
  • 111
  • 4
5
votes
2 answers

How to fix tamper error in verifone vx520

In Verifone vx520 i faced in tamper error. How could i fix this error? Is there any way to fix this error ( TAMPER ERROR )? I can't do anything with this error and it's just shown in display.
Farshid.M
  • 389
  • 2
  • 4
  • 17
5
votes
1 answer

How to show bitmap image on Verifone VX 520 screen

I'm trying to show a bitmap image on a Verifone VX 520 screen. I tried using the put_BMP() function but it returns -1 and the image doesn't show. The image is monochrome and 128x128 pixels. Here is the code: int main() { char bg[] =…
farshid
  • 161
  • 5
  • 13
4
votes
1 answer

Custom VX680 applications

I just bought an used Verifone VX680. This terminal used to run a custom application for a movie theater or something like that. They removed the software and cleaned up the terminal. I need to develop an application for a delivery management…
Junior Zancan
  • 25
  • 1
  • 13
4
votes
1 answer

Debugging Verifone E315 POS Sled on xcode

I'm developing on the Verifone E315 POS for an iOS application and I'm getting tired of unplugging the device and plugging in my iOS device directly to see stack traces. Does anyone know if it's possible to buy a lightning to micro-USB adapter, plug…
kevinl
  • 4,194
  • 6
  • 37
  • 55
4
votes
1 answer

Communicating with Serial Port “Verifone VX520”

I’m sending data through serial port to “Verifone VX520” payment device. It is my first trial to communicate with such devices SerialObj.Open(); string input = "02hPUR.10.99._000000000004.634._4761739001010010FFFFF.0808.123456. .03h"; byte[]…
Mohamed
  • 109
  • 1
  • 3
  • 12
3
votes
1 answer

TVR bits match TAC Online, but transaction does NOT go online?

I have a scenario where the EMV Contactless card image (American Express) SHOULD decline offline; however, the Ingenico PinPad is going online and approving and the VeriFone is declining offline. Even though, this scenario SHOULD decline offline -…
paxtonjf
  • 63
  • 1
  • 9
3
votes
0 answers

Verifone Vx670 displaying with upper padding in pos LCD screen

I’m working on Verifone Vx670 Point OF Sale(POS) terminals but I have the following situation :- I downloaded the same code to two “Verifone Vx670” POS terminals. The code should display a menu for the POS user using this code:- #define…
Developer
  • 51
  • 6
3
votes
1 answer

The L6218E Error when calling VxGUI Constructor

I am trying to compile using Vrxcc Compiler in VeriFone sdk. when i want to create a graphical application for Vx675 pose Payment, The compiler show this error error : L6218E: Undefined symbol VxGUI::VxGUI() (referred from Main.o) Main.cpp…
Ali Ahmadvand
  • 157
  • 11
3
votes
0 answers

how to read from smart card reader in verifone vx520?

I want to read data from smart card and use APDU to read and write to the smart card. I don't have LIBVOY.A in my sdk. Where can I download the library?Here is my code but it doesn't read any data from smart card. handle =…
Farshid.M
  • 389
  • 2
  • 4
  • 17
3
votes
1 answer

Issuer Scripts on Verifone Vx PIN pads

Does anyone know how the issuer script processing flow is supposed to work on VeriFone PIN pads? As I understand it, the card processor sends back the script(s) in a 9f18 tag. The scripts marked with 71 tag are to be processed prior to the second…
Jim
  • 225
  • 1
  • 2
  • 7
3
votes
1 answer

How to show animation in verifone vx520?

I want to show animation in verifone vx520. Here is my code but it doesn't show anything on the screen. How should I my initialize my bitmapped file to this function? How can I use and animate animationbmp? #define RGB2PIXEL565(r,g,b) \ …
Farshid.M
  • 389
  • 2
  • 4
  • 17
3
votes
0 answers

How use multithread in verifone vx520?

How can I use threads in Verifone vx520? I want to use the code below but do not know what is int routine or int parameter or int stacksize and where should I specified my thread such as print a receipts while showing a message on-screen and how…
Farshid.M
  • 389
  • 2
  • 4
  • 17
1
2 3 4 5 6