Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Please assist me for visa DE 62 Extraction.

53 views
Skip to first unread message

mayur titirmare

unread,
Oct 13, 2024, 6:46:54 AM10/13/24
to jpos-...@googlegroups.com
Hi ,

I'm working on ISO 8583 Deta Element Extraction, currently facing issue regarding DE 62 Extraction.

I want to settlement no and settlement count from DE 65 subfield 62.11 and 62.12 


Abdulrahman Ashraf

unread,
Oct 13, 2024, 6:53:41 AM10/13/24
to jpos-...@googlegroups.com
I remember that DE 65 is reserved for private use, please check your packager and its config.

chhil

unread,
Oct 13, 2024, 7:22:51 AM10/13/24
to jpos-...@googlegroups.com
Visa 62 is a bitmmaped field and needs the packager defined for it in your packager xml


e.g. Define all the subfield packagers for field 62. Then you can get the field using isomsg.get("62.11")

<isofield
id="61"
length="255"
name="RESERVED PRIVATE"
pad="true"
class="org.jpos.iso.IFB_LLHBINARY"/>


<isofieldpackager
id="62"
length="255"
name="RESERVED PRIVATE"
class="org.jpos.iso.IFB_LLHBINARY"
bitmapField="0"
packager="org.jpos.iso.packager.GenericSubFieldPackager">

<isofield
id="0"
length="8"
name="BITMAP"
class="org.jpos.iso.IFB_BITMAP"/>
<isofield
...
...
..
define all fields that can be present in the bitmap
...
<isofield
id="11"
length="1"
name="MULTIPLE CLEARING SEQ NUMBER"
class="org.jpos.iso.IFB_BINARY"/>
<isofield
id="12"
length="1"
name="MULTIPLE CLEARING SEQ COUNT"
class="org.jpos.iso.IFB_BINARY"/>
...
...
</isofieldpackager>



On Sun, Oct 13, 2024 at 4:23 PM Abdulrahman Ashraf <abdelrhman...@gmail.com> wrote:
I remember that DE 65 is reserved for private use, please check your packager and its config.

--
--
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
---
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/CAOCb55%3DYcUTtAYOmcG2ujM3PM84C8T96dqgC7K95LQeW4gwu-g%40mail.gmail.com.

mayur titirmare

unread,
Oct 20, 2024, 8:38:03 AM10/20/24
to jpos-...@googlegroups.com

In Visanet I want to understand split transaction details , for settlement. In which DE settlement details visa send  . Please 🙏 help me.


Mark Salter

unread,
Oct 20, 2024, 11:25:23 AM10/20/24
to jpos-...@googlegroups.com
Refer to the Visa manual(s)?


--

Mark
signature.asc

mayur titirmare

unread,
Oct 20, 2024, 2:17:48 PM10/20/24
to jpos-...@googlegroups.com

Mark thanks for assist me. Can you share me manual I don't have this manual .


--
--
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
---
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.

Mark Salter

unread,
Oct 20, 2024, 2:19:12 PM10/20/24
to jpos-...@googlegroups.com

Of course they are not mine to share, they are Visa's.

-- 
Mark



-------- Original Message --------
signature.asc

mayur titirmare

unread,
Oct 20, 2024, 2:49:21 PM10/20/24
to jpos-...@googlegroups.com

Thanks 👍 Mark, as per my knowledge visa send split transaction details in Deta element 62 subfield 62.11 and 62.12 but Howe to extract this fields , you have any idea 💡


Mark Salter

unread,
Oct 20, 2024, 4:26:43 PM10/20/24
to jpos-...@googlegroups.com

Do you have a real set of test messages?
Have ypu now constructed a Packager as guided by Chhil that works, that includes these fields ?

If so the ISOMsg.getString("62.11") will give the value in 62.11?

-- 
Mark



-------- Original Message --------
signature.asc
Reply all
Reply to author
Forward
0 new messages