pain.008.001.02 — mandate signed after the collection
A direct debit collected under a mandate the debtor had not yet signed: DtOfSgntr is 2026-04-10 but the collection date is 2026-03-05. A common, quietly fatal defect — the ICS, the IBANs and the totals are all correct.
pain.008.001.02 — Invalid
A direct debit collected under a mandate the debtor had not yet signed: DtOfSgntr is 2026-04-10 but the collection date is 2026-03-05. A common, quietly fatal defect — the ICS, the IBANs and the totals are all correct.
What this file shows
A direct debit collected under a mandate the debtor had not yet signed: DtOfSgntr is 2026-04-10 but the collection date is 2026-03-05. A common, quietly fatal defect — the ICS, the IBANs and the totals are all correct.
| Transactions | 1 |
|---|---|
| Total | €90.00 |
| Scheme | CORE |
| Date in the file | 2026-03-05 |
The defects it carries
- MndtRltdInfMandate signature date (2026-04-10) is after the collection date (2026-03-05) for debtor Camille Rousseau.
Quoted verbatim from the validator, not paraphrased.
Every party, IBAN and amount below is fictitious. The IBANs are structurally valid — they pass the mod-97 check — but they belong to no real account.
File content
<?xml version="1.0" encoding="UTF-8"?>
<!--
ValidateFin sample file — SEPA Direct Debit, pain.008.001.02, CORE scheme.
Expected validation result: INVALID — exactly one error.
Deliberate defect: the mandate signature date (DtOfSgntr = 2026-04-10) is LATER
than the requested collection date (ReqdColltnDt = 2026-03-05). A debtor cannot
be debited under a mandate they had not yet signed, so the bank rejects the
collection. Everything else in this file is correct: the IBANs pass mod-97, the
ICS passes ISO 7064 MOD 97-10, and the control totals match.
All parties are fictitious.
Reference page: https://validatefin.com/en/resources/samples/sepa-pain008-invalid-mandate-date
License: CC-BY-4.0
-->
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CstmrDrctDbtInitn>
<GrpHdr>
<MsgId>SDD-CORE-20260302-002</MsgId>
<CreDtTm>2026-03-02T09:20:00</CreDtTm>
<NbOfTxs>1</NbOfTxs>
<CtrlSum>90.00</CtrlSum>
<InitgPty>
<Nm>Editions Lumiere SARL</Nm>
</InitgPty>
</GrpHdr>
<PmtInf>
<PmtInfId>PMT-SDD-20260302-B</PmtInfId>
<PmtMtd>DD</PmtMtd>
<NbOfTxs>1</NbOfTxs>
<CtrlSum>90.00</CtrlSum>
<PmtTpInf>
<SvcLvl>
<Cd>SEPA</Cd>
</SvcLvl>
<LclInstrm>
<Cd>CORE</Cd>
</LclInstrm>
<SeqTp>FRST</SeqTp>
</PmtTpInf>
<ReqdColltnDt>2026-03-05</ReqdColltnDt>
<Cdtr>
<Nm>Editions Lumiere SARL</Nm>
<PstlAdr>
<TwnNm>Paris</TwnNm>
<Ctry>FR</Ctry>
</PstlAdr>
</Cdtr>
<CdtrAcct>
<Id>
<IBAN>FR7610107001011234567890129</IBAN>
</Id>
<Ccy>EUR</Ccy>
</CdtrAcct>
<CdtrAgt>
<FinInstnId>
<BIC>CCBPFRPP</BIC>
</FinInstnId>
</CdtrAgt>
<ChrgBr>SLEV</ChrgBr>
<CdtrSchmeId>
<Id>
<PrvtId>
<Othr>
<Id>FR72ZZZ123456</Id>
<SchmeNm>
<Prtry>SEPA</Prtry>
</SchmeNm>
</Othr>
</PrvtId>
</Id>
</CdtrSchmeId>
<DrctDbtTxInf>
<PmtId>
<EndToEndId>E2E-SDD-2026-0310</EndToEndId>
</PmtId>
<InstdAmt Ccy="EUR">90.00</InstdAmt>
<DrctDbtTx>
<MndtRltdInf>
<MndtId>MNDT-2026-000042</MndtId>
<!-- Defect: signed after the collection date below. -->
<DtOfSgntr>2026-04-10</DtOfSgntr>
<AmdmntInd>false</AmdmntInd>
</MndtRltdInf>
</DrctDbtTx>
<DbtrAgt>
<FinInstnId>
<BIC>PSSTFRPP</BIC>
</FinInstnId>
</DbtrAgt>
<Dbtr>
<Nm>Camille Rousseau</Nm>
<PstlAdr>
<TwnNm>Lyon</TwnNm>
<Ctry>FR</Ctry>
</PstlAdr>
</Dbtr>
<DbtrAcct>
<Id>
<IBAN>FR1420041010050500013M02606</IBAN>
</Id>
</DbtrAcct>
<RmtInf>
<Ustrd>Abonnement 2026 - facture AB-2026-0042</Ustrd>
</RmtInf>
</DrctDbtTxInf>
</PmtInf>
</CstmrDrctDbtInitn>
</Document>
How we know these results hold
Every file in this library is run through the site's own validator on each build. The expected result stated above is asserted by an automated test — if a file stopped matching what this page claims, the build would fail. Two inherited fixtures were repaired this way before publication: three IBANs failed the mod-97 check and several names used characters outside the basic SEPA character set.
SEPA Direct Debit (pain.008)
- pain.008.001.02 — valid CORE direct debit
- pain.008.001.08 — valid CORE direct debit, collected after 2026-11-15
- pain.008.001.08 — valid B2B direct debit, RCUR sequence
- pain.008.001.02 — valid CORE direct debit, FRST sequence
- pain.008.001.08 — valid one-off direct debit, OOFF sequence
- pain.008.001.02 — mandate identifier (MndtId) missing
- pain.008.001.02 — NbOfTxs and CtrlSum wrong at both levels