Questions tagged [cen-xfs]

CEN/XFS, or XFS (eXtensions for Financial Services), provides an API for common financial device peripherals, such as those found on ATMs and EFTPOS devices.

CEN/XFS, or XFS (eXtensions for Financial Services), provides an API for common financial device peripherals, such as those found on ATMs and EFTPOS devices.

The relevant CWAs (the standards documents) are maintained by the CEN committee

58 questions
0
votes
2 answers

Implement key loading with cen-xfs API

does anyone happens to know how to use XFS API to update ATM encryption keys (such as 32 characters clear key pairs) ? I have read CWA16374 documents but not sure how to use the API since there is some many commands involved (which command to call…
Dny
  • 23
  • 4
0
votes
1 answer

CEN XFS Exception when returning from WFPOpen

I'm writing a test DLL for an IDC service provider. I also written an mfc testing application that loads the XFS Manager. I'm encountering some problems calling the function WFSOpen. The manager correctly loads the SPI dll and calls its WFPOpen…
CPT-Sir
  • 1
  • 3
0
votes
1 answer

How to copy a structure(which is a structure within structure) and fill it in the array of structure in C++

I have a structure which a structure within structure as shown in this following question : How to dynamically fill the structure which is a pointer to pointer of arrays in C++ implementing xfs I need to fetch the values of the above structure to…
TechBrkTru
  • 346
  • 1
  • 25
0
votes
1 answer

Communicate with EPP using wosa xfs

I'm creating a program to communicate with the EPP like if I press any key the application should recognise it and print it back for now for illustration on how to create an application to communicate with the EPP. Thank you. I've found what I will…
0
votes
2 answers

Application Fail to start correctly error

I'm developing an application using Wosa/XFS and the current problem is that it produce and error on startup saying "The application was unable to start correctly (0xc0000142). Click Ok to close the application." This is produced by Wfs_Startup…
0
votes
1 answer

Calling DLL function in AutoIt, DLLStruct has no data

I am new here and I will try to explain my best. I am writing some Info tool that needs to return some data on specific hardware ATM related, so I have its API and it's documentation is totally confusing to code in VB6 C++ so I need to call…
Ram Demon
  • 1
  • 2
0
votes
1 answer

WFS_CMD_CDM_RESET results in WFS_SYSE_HARDWARE_ERROR

ATM is Wincor/Nixdorf model ProCash 1500xe USB. i use CDM320.exe tool to test the dispense of the ATM. when i run Reset command under ExecuteAdmin menu i get the following output: [10:23:54] WFSAsyncExecute ( WFS_CMD_CDM_RESET (321) ) returned…
hamidi
  • 1,611
  • 1
  • 15
  • 28
0
votes
1 answer

"the safe door must be open to call command WFS_CMD_CDM_DISPENSE!"

This is the message i got when i tried to dispense money from Wincr Nixdorf ATM by using CDM320.exe which is a built-in tool of the ATM. In general, the safe door of an ATM must be closed for dispense to be done successfully. I don't know where this…
hamidi
  • 1,611
  • 1
  • 15
  • 28
-1
votes
1 answer

Put multiple values in a single attribute of a struct

I need put multiple values ​​in a single attribute of a struct, the attribute that will receive the values ​​is LPSTR, I was trying to pass all this as a vector, compile, but it does not work as I would like. My struct: typedef struct…
Matheus Cardozo
  • 135
  • 1
  • 7
-1
votes
3 answers

Implementing NEW service provide (SP) with CEN-XFS compliance

We are trying to develop windows application + device driver with CEN XFS compliance.Also, NOOB to WINDOWS applications. http://en.wikipedia.org/wiki/CEN/XFS simple architectural flow: Windows Application | _____________________ | …
Ragav
  • 942
  • 4
  • 19
  • 37
-2
votes
1 answer

facing error LNK error

I want to have this or should I say I want to fire or call the functions like Wfs_StartUp, Wfs_Open, Wfs_Execute etc within the Form1(void) but I'm getting these errors: error LNK2028: unresolved token (0A000371) "int _cdecl…
-2
votes
1 answer

required info about j/xfs

What exactly is j/xfs in simple terms?
user244634
  • 345
  • 1
  • 3
  • 5
-4
votes
1 answer

How do i write and call this type

I'm having a problem here and the problem is that the hService is 0 I'm having or creating the Windows Form application and I've put: HSERVICE hService=0; BOOL fSuccess=EXIT_SUCCESS; if(Wfs_Startup()) { // This returns a successful startup…
1 2 3
4