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
1
vote
1 answer

is anybody have experience of using J/XFS?

i have to use j/XFS implementations with my java application. and i dont have any idea of what j/xfs is? on google also i found only one small 15page document. so can anybody give me some links?
GuruKulki
  • 25,776
  • 50
  • 140
  • 201
0
votes
1 answer

Fill struct from IntPtr received in lParam property of Window Message going across process boundaries in C#

I posted this question a few days ago, and I have some follow up doubts about marshaling an IntPtr to a struct. The thing goes like this: As stated in the question I am referencing, I make calls to asynchronous methods on a native Dll. These…
Gabe Thorns
  • 1,426
  • 16
  • 20
0
votes
1 answer

Where can I find a public version of the XFS specification document for ATM cash dispensers?

I am working on a software that interacts with the cash dispenser of an ATM. I was referred to an XFS specification document, but the link is broken. I have tried checking the Google archives and other websites. Are there any public versions of the…
Goutam02
  • 3
  • 1
0
votes
0 answers

CEN/XFS: How can I get the details of hardware error from description of results in WFS_SYSE_HARDWARE_ERROR

I am trying to get hardware error details from description of results in WFS_SYSE_HARDWARE_ERROR for a device. typedef struct _wfs_hwerror { LPSTR lpszLogicalName; LPSTR lpszPhysicalName; LPSTR lpszWorkstationName; LPSTR lpszAppID; …
0
votes
1 answer

How to fix WFS_ERR_INVALID_SERVPROV error

I found an Xfs wrapper in c# (class library) here. Created a test project and set up the windows registry with all the necessary information for the Xfs manager. HKEY_LOCAL_MACHINE/SOFTWARE/XFS HKEY_USERS/.DEFAULT/XFS Test program When I press…
0
votes
1 answer

CEN/XFS. How to specify the com port address for a specific device

I am working on the CEN-XFS standard. I set the configs from the documentation. The documentation does not show setting the com port address for a particular device. How to specify device COM port address for CEN-XFS SPI ?
0
votes
1 answer

Device Libraries for CEN/XFS

I am currently working on CEN/XFS. I have read the documentation. As far as I know, for each device (for example: Card Reader, Dispenser, Pinpad...) there is a special library (.dll) for interacting with CEN/XFS Where can I get a library (.dll) for…
0
votes
2 answers

how can I manage the entire device (eg dispenser) of the ATM using the XFS standard?

I am currently working on an ATM project. The ATM consists of four main devices (dispenser, bill acceptor, card reader, printer). As far as I know, to manage all ATM devices, you need to use the XFS standard. I work in the C# programming language. I…
0
votes
1 answer

cen/xfs how to initialize a ptr_raw_data to send code page to the printer

I'm trying to sent to the printer the follow command to setup the printer with code page 500, but this doesnt works for me, I need to sent this 1B 74 02 in the initialization of the raw_data. By doing this, I lose all encodings. std::string…
0
votes
0 answers

CEN XFS: Opening Sensors and Indicator Module Causes Crash

I'm working with trying to get some information from the Sensors and Indicators module, but the program always crashes. When I debug step by step I get the result -48 (WFS_ERR_TIMEOUT) from WFSGetInfo() which means that it has timed out. The Sensor…
0
votes
0 answers

CEN/XFS: Why is wAntiFraudModule giving me these values?

Why am I get this crazy high value in the field member of LPWFSIDCSTATUS? Does this mean that the ATM does not have an anti-fraud module? Am I missing anything? Field values such as fwDevice or fwMedia produce the correct values, so I'm not sure why…
0
votes
1 answer

WFS_CMD_IDC_READ_RAW_DATA always returns WFS_EXEE_IDC_INVALIDMEDIA event in my application

I'm creating an application using CEN/XFS API and i'm using PIN and IDC modules. In the first step(after startup/open/register), i want to let user insert it's id-card. So i call WFS_CMD_IDC_READ_RAW_DATA with WFSAsyncExecute command. After this…
linarcx
  • 116
  • 3
  • 17
0
votes
1 answer

How do I know if a cash dispense transaction is successful or failure?

I am trying to develop an ATM cash transaction monitoring application. I am using the CEN-XFS APIs to listen to events generated by the Cash Dispenser Device Class (CWA1574-8) interface. I read through the WFS_CMD_CDM_DISPENSE command documentation…
Shree
  • 1
  • 4
0
votes
0 answers

How do I know if a cash loading / cash replenishment operation is done

I am trying to develop a cash level monitoring application for ATMs. I monitor the cash counters of ATM using CEN-XFS APIs. The WFS_INF_CDM_CASH_UNIT_INFO command provides me the current cash level, but how do I know if counters are cleared and…
Shree
  • 1
  • 4
0
votes
0 answers

Finding Switch connectivity and ATM Status

Through CEN-XFS, I am able to get the device status of all peripherals in an ATM. But, is there a standard way to find if the ATM application is connected to switch and is in-service?
Shree
  • 1
  • 4