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

Bancs required debtor id #35

Closed
Sin3W opened this issue Jul 10, 2019 · 7 comments
Closed

Bancs required debtor id #35

Sin3W opened this issue Jul 10, 2019 · 7 comments

Comments

@Sin3W
Copy link

Sin3W commented Jul 10, 2019

Good day,

I have been creating SEPA XML with your tool and works fantastic, but some bancs require additional info in the , is there any way to add the bold highlighted info in below?

< GrpHdr>
....
< InitgPty>
< Nm>...< /Nm>
< Id>
< OrgId>
< Othr>
< Id>VAT< /Id>

< /OrgId>
< /Id>

< /InitgPty>
< /GrpHdr>

@Sin3W
Copy link
Author

Sin3W commented Oct 10, 2019

No one leave a reply

@Kidsan
Copy link

Kidsan commented Feb 10, 2020

Just ran in to this issue also. My bank requires InitgPty.id.PrvtId.Othr.Id to be populated. Any solution?

@Kidsan
Copy link

Kidsan commented Feb 18, 2020

For anyone else who might come across this: I ended up doing a
String.replace('<InitgPty></InitgPty>', desiredInitgPty)
on the outputted XML

@kewisch
Copy link
Owner

kewisch commented Jun 10, 2022

Adding support for this should be fairly easy, I'd very much appreciate a PR. A good place to start looking is at

r(grpHdr, 'InitgPty', 'Nm', this.initiatorName);

@lippertto
Copy link
Contributor

Oops, referenced the wrong ticket. Please ignore.

@dhrp
Copy link

dhrp commented Dec 8, 2023

I believe this is fixed by: #60

@kewisch
Copy link
Owner

kewisch commented Dec 8, 2023

Sounds right, thanks!

@kewisch kewisch closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants