[jpos-users] Issue with field 55 of Jpos 1.5

View: New views
2 Messages — Rating Filter:   Alert me  

[jpos-users] Issue with field 55 of Jpos 1.5

by kapilashantha rajapaksha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Sir,

I am developing a transaction server. So I will get dummy data for EMV
(Field 55 ). In fact, correct value I can see in NAC log. but when I
extract it in my server, it  will return dummy data.

this is my code

requestMSG = new ISOMsg();
requestMSG.setPackager(new ISO87BPackager());
requestMSG.unpack(initOB.getREQUESTDATA());

Return data

Field [0]0400
Field [3]000000
Field [11]000002
Field [22]051
Field [24]006
Field [25]00
Field [41]99999996
Field [42]000000000998999
Field [55]_*^B^ADツ^B\^@ト^Gᅠ^@^@^@^C^P^Pユ^E^@^@^@¢^@レ^C
^P^Sワ^A^@_4^A^A゚
^B^F^@^@^@^@^Ff゚^C^F^@^@^@^@^@^@゚       ^B^@プ^P^G^F^A
^Cᅠᅠ^@゚^Z^B^AD゚&^Hd<ffff>タ￁￑ᄡPᄊ゚'^Aタ゚4^C^^^C^@゚5^A"゚6^B^@¥゚7^D^\ᅣ^U
゚A^D^@^@^@^A゚S^AR
Field [57]0001164401091501000100010204111100000000000701ez4eUYo5
+JMNmvLf/POXQAo9PP2/y9nvzxitMs/UquIyrb0IToZwbzLqt9yQFMYoyzuP09b3vrA=
Field [64][B@df8f5e


Can you help me why it is giving dummy value for EMV?
E-mail - kapila_r@...

Regards
-Kapila

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the  "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@...
To unsubscribe, send email to jpos-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---


[jpos-users] Re: Issue with field 55 of Jpos 1.5

by Alejandro Revilla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There are non printable characters there, you may want to convert them to hex at display time (you can use ISOUtil.hexString or ISOUtil.hexdump)


On Wed, Oct 14, 2009 at 3:37 AM, kapilashantha@... <kapilashantha@...> wrote:

Dear Sir,

I am developing a transaction server. So I will get dummy data for EMV
(Field 55 ). In fact, correct value I can see in NAC log. but when I
extract it in my server, it  will return dummy data.

this is my code

requestMSG = new ISOMsg();
requestMSG.setPackager(new ISO87BPackager());
requestMSG.unpack(initOB.getREQUESTDATA());

Return data

Field [0]0400
Field [3]000000
Field [11]000002
Field [22]051
Field [24]006
Field [25]00
Field [41]99999996
Field [42]000000000998999
Field [55]_*^B^ADツ^B\^@ト^Gᅠ^@^@^@^C^P^Pユ^E^@^@^@¢^@レ^C
^P^Sワ^A^@_4^A^A゚
^B^F^@^@^@^@^Ff゚^C^F^@^@^@^@^@^@゚       ^B^@プ^P^G^F^A
^Cᅠᅠ^@゚^Z^B^AD゚&^Hd<ffff>タ￁￑ᄡPᄊ゚'^Aタ゚4^C^^^C^@゚5^A"゚6^B^@¥゚7^D^\ᅣ^U
゚A^D^@^@^@^A゚S^AR
Field [57]0001164401091501000100010204111100000000000701ez4eUYo5
+JMNmvLf/POXQAo9PP2/y9nvzxitMs/UquIyrb0IToZwbzLqt9yQFMYoyzuP09b3vrA=
Field [64][B@df8f5e


Can you help me why it is giving dummy value for EMV?
E-mail - kapila_r@...

Regards
-Kapila




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the  "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@...
To unsubscribe, send email to jpos-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---