Skip to content

Is there a way to add further info to the <InitgPty> node? #66

@felipecao

Description

@felipecao

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions