-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi, when I use the code presented in the Credit Transfer example, the generated SEPA XML has a InitgPty node looking like this:
<GrpHdr>
<!-- ommitted for brevity -->
<InitgPty>
<Nm>Test von Testenstein</Nm>
</InitgPty>
</GrpHdr>
Nevertheless, I'm working on a migration project for a client that currently uses the following format, containing the OrgIdnode within InitgPty:
<CstmrCdtTrfInitn>
<GrpHdr>
<MsgId>3232</MsgId>
<CreDtTm>2024-11-08T10:12:00</CreDtTm>
<NbOfTxs>1</NbOfTxs>
<CtrlSum>16450.00</CtrlSum>
<InitgPty>
<Id>
<OrgId>
<Othr>
<Id>EUNNNAAANNAA</Id>
</Othr>
</OrgId>
</Id>
</InitgPty>
</GrpHdr>
Is there a way to configure/instrument my config object to use the <InitgPty><OrgId> format?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels