ValidateFin

DT01 - Invalid date

DT01 means a date in the payment is invalid. Most often it is the requested execution date (pain.001) or requested collection date (pain.008) that the bank cannot honour.

DT01 - Invalid date

DT01 means a date in the payment is invalid. Most often it is the requested execution date (pain.001) or requested collection date (pain.008) that the bank cannot honour. This rejection is recoverable: correct the cause and the same payment can be resubmitted.

Technical & formatSEPA · ISO 20022 Recoverable
Can you resubmit? This rejection is recoverable: correct the cause and the same payment can be resubmitted.

What this code means

DT01 means a date in the payment is invalid. Most often it is the requested execution date (pain.001) or requested collection date (pain.008) that the bank cannot honour.

Typical causes

  • The requested execution date is in the past, or too far in the future.
  • The date falls on a weekend or a TARGET2 closing day, which is not a settlement day.
  • For a direct debit, the collection date does not respect the scheme's pre-notification lead time.

What to do

Set a valid execution date: a future TARGET2 business day that respects the lead time your scheme requires (SDD CORE and B2B have their own D-day rules). Correct it and resubmit. This rejection is recoverable.

What it looks like in a pain.002

The reason code is carried in the StsRsnInf/Rsn/Cd element of the status report.

<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.002.001.03">
  <CstmrPmtStsRpt>
    <GrpHdr>
      <MsgId>STATUS-2026-000123</MsgId>
      <CreDtTm>2026-01-15T09:30:00</CreDtTm>
    </GrpHdr>
    <OrgnlGrpInfAndSts>
      <OrgnlMsgId>MSG-2026-000045</OrgnlMsgId>
      <OrgnlMsgNmId>pain.001.001.09</OrgnlMsgNmId>
    </OrgnlGrpInfAndSts>
    <OrgnlPmtInfAndSts>
      <OrgnlPmtInfId>PMTINF-2026-01</OrgnlPmtInfId>
      <TxInfAndSts>
        <OrgnlEndToEndId>E2E-REF-0001</OrgnlEndToEndId>
        <TxSts>RJCT</TxSts>
        <StsRsnInf>
          <Rsn>
            <Cd>DT01</Cd>
          </Rsn>
        </StsRsnInf>
      </TxInfAndSts>
    </OrgnlPmtInfAndSts>
  </CstmrPmtStsRpt>
</Document>

Tools for this code

Decode a real status report, or check a payment file before you send it — all in your browser, nothing uploaded.

Related codes

All rejection codes