Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HolderNames #68

Open
Azimuts opened this issue Dec 16, 2020 · 1 comment
Open

HolderNames #68

Azimuts opened this issue Dec 16, 2020 · 1 comment

Comments

@Azimuts
Copy link

Azimuts commented Dec 16, 2020

It looks that holdernames ( tested with a visa credit card ) and PC/SC always are returned as null ( cc number & expiration data ok ) . I know the holdernames cant be read via nfc, but commonly with pc/sc the holdername is got reading the application ( tested for example with very old libraries https://github.com/sasc999/javaemvreader )

  1. The EMVParsers calls to
byte[] info = template.get().getProvider()
  						            .transceive(new CommandApdu(CommandEnum.READ_RECORD, index, afl.getSfi() << 3 | 4, 0).toBytes());
  1. After Calls to byte[] cardHolderByte = TlvUtil.getValue(pData, EmvTags.CARDHOLDER_NAME), but always returns null.

Any idea or way to get the holder name ? Thank u in advance!

@gjq
Copy link

gjq commented Jul 7, 2021

It looks that holdernames ( tested with a visa credit card ) and PC/SC always are returned as null ( cc number & expiration data ok ) . I know the holdernames cant be read via nfc, but commonly with pc/sc the holdername is got reading the application ( tested for example with very old libraries https://github.com/sasc999/javaemvreader )

  1. The EMVParsers calls to
byte[] info = template.get().getProvider()
  						            .transceive(new CommandApdu(CommandEnum.READ_RECORD, index, afl.getSfi() << 3 | 4, 0).toBytes());
  1. After Calls to byte[] cardHolderByte = TlvUtil.getValue(pData, EmvTags.CARDHOLDER_NAME), but always returns null.

Any idea or way to get the holder name ? Thank u in advance!

Hello, I wonder if your problem has been solved? I also have this problem. I look forward to your reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants