-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also adds changelog
- Loading branch information
Tobias Schoknecht
committed
May 28, 2024
1 parent
9c6df0b
commit d3a5697
Showing
4 changed files
with
147 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# v0.2.1 | ||
|
||
- Add support for pain.002.001.10 | ||
|
||
# v0.2.0 | ||
|
||
- Add general pain.002 support, specifically for pain.002.001.03 | ||
|
||
# v0.1.0 | ||
|
||
- Fork from [camt_parser](https://github.com/viafintech/camt_parser) | ||
- Added general pain.001 and pain.008 support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.002.001.10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.002.001.10 pain.002.001.10.xsd"> | ||
<CstmrPmtStsRpt> | ||
<GrpHdr> | ||
<MsgId>Message-ID-4712</MsgId> | ||
<CreDtTm>2023-11-22T09:30:47.000Z</CreDtTm> | ||
<CdtrAgt> | ||
<FinInstnId> | ||
<BICFI>BANKDEFFXXX</BICFI> | ||
</FinInstnId> | ||
</CdtrAgt> | ||
</GrpHdr> | ||
<OrgnlGrpInfAndSts> | ||
<OrgnlMsgId>Message-ID-4711</OrgnlMsgId> | ||
<OrgnlMsgNmId>pain.008.001.08</OrgnlMsgNmId> | ||
</OrgnlGrpInfAndSts> | ||
<OrgnlPmtInfAndSts> | ||
<OrgnlPmtInfId>Sammlerreferenz-4710</OrgnlPmtInfId> | ||
<TxInfAndSts> | ||
<StsId>Status-ID</StsId> | ||
<OrgnlEndToEndId>OriginatorID1234</OrgnlEndToEndId> | ||
<TxSts>RJCT</TxSts> | ||
<StsRsnInf> | ||
<Orgtr> | ||
<Id> | ||
<OrgId> | ||
<AnyBIC>BANKDEFFXXX</AnyBIC> | ||
</OrgId> | ||
</Id> | ||
</Orgtr> | ||
<Rsn> | ||
<Cd>AC01</Cd> | ||
</Rsn> | ||
</StsRsnInf> | ||
<OrgnlTxRef> | ||
<Amt> | ||
<InstdAmt Ccy="EUR">6543.14</InstdAmt> | ||
</Amt> | ||
<ReqdColltnDt>2023-11-24</ReqdColltnDt> | ||
<CdtrSchmeId> | ||
<Id> | ||
<PrvtId> | ||
<Othr> | ||
<Id>DE00ZZZ00099999999</Id> | ||
<SchmeNm> | ||
<Prtry>SEPA</Prtry> | ||
</SchmeNm> | ||
</Othr> | ||
</PrvtId> | ||
</Id> | ||
</CdtrSchmeId> | ||
<PmtTpInf> | ||
<SvcLvl> | ||
<Cd>SEPA</Cd> | ||
</SvcLvl> | ||
<LclInstrm> | ||
<Cd>CORE</Cd> | ||
</LclInstrm> | ||
<SeqTp>FRST</SeqTp> | ||
</PmtTpInf> | ||
<MndtRltdInf> | ||
<MndtId>Mandate-Id</MndtId> | ||
<DtOfSgntr>2023-11-20</DtOfSgntr> | ||
</MndtRltdInf> | ||
<RmtInf> | ||
<Ustrd>Unstructured Remittance Information</Ustrd> | ||
</RmtInf> | ||
<UltmtDbtr> | ||
<Pty> | ||
<Nm>Ultimate Debtor Name</Nm> | ||
</Pty> | ||
</UltmtDbtr> | ||
<Dbtr> | ||
<Pty> | ||
<Nm>Debtor Name</Nm> | ||
</Pty> | ||
</Dbtr> | ||
<DbtrAcct> | ||
<Id> | ||
<IBAN>DE87200500001234567890</IBAN> | ||
</Id> | ||
</DbtrAcct> | ||
<DbtrAgt> | ||
<FinInstnId> | ||
<BICFI>SPUEDE2UXXX</BICFI> | ||
</FinInstnId> | ||
</DbtrAgt> | ||
<CdtrAgt> | ||
<FinInstnId> | ||
<BICFI>BANKDEFFXXX</BICFI> | ||
</FinInstnId> | ||
</CdtrAgt> | ||
<Cdtr> | ||
<Pty> | ||
<Nm>Creditor Name</Nm> | ||
</Pty> | ||
</Cdtr> | ||
<CdtrAcct> | ||
<Id> | ||
<IBAN>DE21500500009876543210</IBAN> | ||
</Id> | ||
</CdtrAcct> | ||
</OrgnlTxRef> | ||
</TxInfAndSts> | ||
</OrgnlPmtInfAndSts> | ||
</CstmrPmtStsRpt> | ||
</Document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters