Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Id in InitgPty tag #38

Closed
vevisystems opened this issue Aug 11, 2014 · 4 comments
Closed

Id in InitgPty tag #38

vevisystems opened this issue Aug 11, 2014 · 4 comments

Comments

@vevisystems
Copy link

Spanish banks seem to require an Id tag inside the InitiatingParty (InitgPty) tag, not just a name. Something like:

<CstmrDrctDbtInitn>
<GrpHdr>
...
<InitgPty>
<Nm>COMPNAY NAME</Nm>
<Id>
<OrgId>
<Othr>
<Id>XXXXXXXXXXXXXX</Id>
</Othr>
</OrgId>
</Id>
</InitgPty>
</GrpHdr>

How can this be done? It seems it is not supported, isn't? Could you please add support for this?

In any case, thank you for this gem!

@vevisystems
Copy link
Author

<CstmrDrctDbtInitn>
<GrpHdr>
  ...
  <InitgPty>
    <Nm>COMPNAY NAME</Nm>
    <Id>
      <OrgId>
        <Othr>
          <Id>XXXXXXXXXXXXXX</Id>
        </Othr>
      </OrgId>
    </Id>
  </InitgPty>
</GrpHdr>

@vevisystems
Copy link
Author

Sorry for the two comments, I could not format the XML properly in the first comment

@dolarsrg
Copy link

dolarsrg commented Feb 9, 2015

Fixed at #40

@ledermann
Copy link
Member

Closed by #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants