-
Notifications
You must be signed in to change notification settings - Fork 119
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: