Hi,
We have written a custom parser for this. We treat the field as opaque, that is, get the data and parse it using your custom parser.
It's pretty straight forward writing one.
I haven't looked at some of the current additions for emv support to jpos, it may be available.
-chhil
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
Join us in IRC at http://webchat.freenode.net/?channels=jpos
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-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/7906f182-5663-4f25-9b14-7bab0dc8e611%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "jPOS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jpos-users/JN7nVBTbhXc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAgSK%3DmTe1efwD732M1ugr9WUn516%2B-3HRBt9X8FXUKjMK8p_g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAMO8mHbW0Z8de%2BXMvLzNQ4n2r0irn4S2FOE7byQuf30Vmnz-eQ%40mail.gmail.com.
Just contributed them, see https://github.com/jpos/jPOS/commit/c615a1d
I’m forcing a nightly build, so in a few minutes you’ll get those in 2.0.1-SNAPSHOT (off the jPOS maven repo, http://jpos.org/maven).
I know field 60 is not what you want, but perhaps it helps you as an example, the configuration would look like this:
<isofieldpackager id="60" length="999" name="GICC 60" class="org.jpos.iso.IFE_LLLBINARY"
packager="org.jpos.iso.packager.GICCSubFieldPackager">
<isofield
id="0"
length="9"
name="DUMMY"
class="org.jpos.iso.IF_CHAR"/>
<isofield
id="30"
length="4"
name="CVV2"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="31"
length="49"
name="Address Verification Data Request"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="32"
length="2"
name="Address Verification Data Response"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="35"
length="30"
name="Additional Merchant Data"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="36"
length="30"
name="Additional Cardholder Data"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="37"
length="24"
name="Dynamic currency conversion data"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="40"
length="2"
name="ECommerce Indicator"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="41"
length="2"
name="Recurring or Installments"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="42"
length="0"
name="UAT Indicator"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="50"
length="999"
name="Duplicate data"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="61"
length="20"
name="XID"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="62"
length="20"
name="CAVV"
class="org.jpos.iso.IFEP_LLLBINARY"/>
<isofield
id="63"
length="32"
name="UCAF"
class="org.jpos.iso.IFEP_LLLBINARY"/>
</isofieldpackager>
You may want to take a look at the contributed package org.jpos.emv to pick some inspiration too, I didn’t use that one yet, but Vishnu may be able to help (see the original pull request #52 https://github.com/jpos/jPOS/pull/52)
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAPazefD0bN3_XO4%3DyD-sn8%2BpoVKK06tJ_-WuAnL6Hrt24dMBZQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAgSK%3D%3DAyWQ4CLXHQaXFGiDJ_wFrcNoEbKw_Q2JFzdUrV34o2w%40mail.gmail.com.