ValidateFin

camt.053 — unsupported namespace

A statement declaring camt.053.001.99, a version that does not exist in the ISO 20022 catalogue. Useful for checking that your own parser rejects unknown namespaces instead of guessing.

camt.053.001.99 — Invalid

A statement declaring camt.053.001.99, a version that does not exist in the ISO 20022 catalogue. Useful for checking that your own parser rejects unknown namespaces instead of guessing.

Bank statement (camt.052 / 053 / 054) camt.053.001.99 ISO 20022Expected result: Invalid — 1 errors

What this file shows

A statement declaring camt.053.001.99, a version that does not exist in the ISO 20022 catalogue. Useful for checking that your own parser rejects unknown namespaces instead of guessing.

The defects it carries

  • NamespaceNamespace non reconnu : 'urn:iso:std:iso:20022:tech:xsd:camt.053.001.99'.

Quoted verbatim from the validator, not paraphrased.

Last verified: License: CC-BY-4.0

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 — bank statement, unsupported version.
  Expected validation result: INVALID.
  Deliberate defect: the namespace declares camt.053.001.99, a version that does
  not exist in the ISO 20022 catalogue.

  All parties and account numbers are fictitious.
  Reference page: https://validatefin.com/en/resources/samples/camt053-invalid-namespace
  License: CC-BY-4.0
-->
<!-- Versions supportées : 02, 06, 08, 10, 11 -->
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053.001.99"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BkToCstmrStmt>
    <GrpHdr>
      <MsgId>CAMT053-ERR-NAMESPACE-001</MsgId>
      <CreDtTm>2026-02-23T10:00:00</CreDtTm>
    </GrpHdr>
    <Stmt>
      <Id>STMT-INVALID-NS</Id>
      <CreDtTm>2026-02-23T10:00:00</CreDtTm>
      <Acct>
        <Id>
          <IBAN>FR7630006000011234567890189</IBAN>
        </Id>
        <Nm>Compte Test</Nm>
        <Ccy>EUR</Ccy>
      </Acct>
      <Bal>
        <Tp>
          <CdOrPrtry>
            <Cd>OPBD</Cd>
          </CdOrPrtry>
        </Tp>
        <Amt Ccy="EUR">1000.00</Amt>
        <CdtDbtInd>CRDT</CdtDbtInd>
        <Dt>
          <Dt>2026-02-23</Dt>
        </Dt>
      </Bal>
    </Stmt>
  </BkToCstmrStmt>
</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.

Bank statement (camt.052 / 053 / 054)