Hi All.
I am trying to do a vendor payment for the Danish bank Nordea. For that they want the Header to include two specific info, the SignerID, and the Cust info.
"<GrpHdr>5
<MsgId>100789</MsgId>
<CreDtTm>2015-11-30T14:56:33</CreDtTm>
<NbOfTxs>1</NbOfTxs>
<InitgPty><Id><OrgId><Othr>
<Id>SIGNERID</Id><SchmeNm><Cd>CUST</Cd></SchmeNm>
</Othr></OrgId></Id>
</InitgPty>
</GrpHdr>"
When I create the file, the SignerId is filled with data from the field: company ID under the Bank account used for this payment.
But I'm missing the Cust field. This is filled with the word "bank" which I do not know where it picks it from. This field should contain either Data I got from the Bank (Nordea), but I don't know where to place it, for it to be picked to the report.
"<GrpHdr>
<MsgId>SERW-000004-20210907045624</MsgId>
<CreDtTm>2021-09-07T04:56:24</CreDtTm>
<NbOfTxs>1</NbOfTxs>
<InitgPty>
<Nm>Serwiz Aps</Nm>
<Id>
<OrgId>
<Othr>
<Id>----------</Id>
<SchmeNm>
<Cd>BANK</Cd>
</SchmeNm>
</Othr>
</OrgId>"
Hope someone can help me because I have used a couple of days trying to understand ER (Electronic Reporting), but the documentation from MS is Lacking info on how to understand their own encoding.
regards
Jacob