sepa.js icon indicating copy to clipboard operation
sepa.js copied to clipboard

Creditor reference information

Open bostjanpisler opened this issue 4 years ago • 2 comments

Is it possible to extend a transaction to add the following reference info or is a pull req. required?

<RmtInf>
  <Strd>
    <CdtrRefInf>
      <Tp>
        <CdOrPrtry>
          <Cd>SCOR</Cd>
        </CdOrPrtry>
      </Tp>
      <Ref>SI1912345678-40002</Ref>
    </CdtrRefInf>
    <AddtlRmtInf>XYZ</AddtlRmtInf>
  </Strd>
</RmtInf>

bostjanpisler avatar Mar 21 '20 15:03 bostjanpisler

I don't think that is currently supported, but I'm happy to take a patch to add it. Is this part of all PAIN types?

kewisch avatar Jun 10 '22 10:06 kewisch

For what it's worth, I saw the RmtInf element in the XSD files for  pain.008.001.10 and pain.001.001.11.

lippertto avatar Nov 27 '23 17:11 lippertto