0

I'm a newbie in emv world.

I'm trying to follow this flow: emv flow chart

I'm in the third step. I have to manage the Offline Data Authentication.

How can I negotiate the correct way (SDA, DDA or CDA) with the ICC to perform offline auth?

Piero Alberto
  • 3,823
  • 6
  • 56
  • 108

1 Answers1

0

I got it. You have to the AIP field as follows: enter image description here

To retrieve the AIP, according to "EMV Book 3 - Application Specification", use te Tag 0x80 Format 1 reply for GET PROCESSING OPTIONS contained:

x82: Application Interchange Profile (AIP),

x94: Application File Locator (AFL).

Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
  • Please be careful to read the actual EMV Book 3 and read whole chapters. Response template format 1 is not the only one you need to handle. Strong suggestion - use an approved kernel from the vendor. – Michal Gluchowski Apr 26 '21 at 05:32