Wednesday, October 4, 2023

What is the use of camt.053 SEPA MX message? How is it used for payment? Give me a practical example?

 The camt.053 MX message in SEPA (Single Euro Payments Area) is a standard XML message format used for bank-to-customer statement reporting. It provides detailed information about the balances and transactions on one or more accounts held by the customer at a particular bank.


The camt.053 message is typically used by the bank to send periodic or ad-hoc account statements to the account holder. It helps the account holder to reconcile their records, monitor their account balances, and analyze transaction details.


Here's a practical example of a camt.053 message:


```xml

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053">

  <BkToCstmrStmt>

    <GrpHdr>

      <MsgId>STMT20220001</MsgId>

      <CreDtTm>2022-01-01T10:00:00</CreDtTm>

    </GrpHdr>

    <Stmt>

      <Id>STMT20220001</Id>

      <ElctrncSeqNb>1</ElctrncSeqNb>

      <CreDtTm>2022-01-01T10:00:00</CreDtTm>

      <Acct>

        <Id>

          <IBAN>GB12345678901234567890</IBAN>

        </Id>

        <Ccy>EUR</Ccy>

      </Acct>

      <Bal>

        <Tp>

          <Cd>OPBD</Cd>

        </Tp>

        <Amt Ccy="EUR">5000.00</Amt>

      </Bal>

      <Bal>

        <Tp>

          <Cd>CLBD</Cd>

        </Tp>

        <Amt Ccy="EUR">4500.00</Amt>

      </Bal>

      <Ntry>

        <Amt Ccy="EUR">-50.00</Amt>

        <CdtDbtInd>DBIT</CdtDbtInd>

        <Sts>BOOK</Sts>

        <BookgDt>

          <Dt>2022-01-01</Dt>

        </BookgDt>

        <ValDt>

          <Dt>2022-01-01</Dt>

        </ValDt>

        <AcctSvcrRef>TXN20220001</AcctSvcrRef>

      </Ntry>

    </Stmt>

  </BkToCstmrStmt>

</Document>

```


In this example, the camt.053 message provides the bank statement information for a specific account identified by its IBAN (GB12345678901234567890). The message includes details such as the statement identifier (Id), electronic sequence number (ElctrncSeqNb), creation date and time (CreDtTm), account currency (Ccy), opening balance (OPBD), closing balance (CLBD), and transaction entry (Ntry).


The transaction entry (Ntry) element contains information about a specific transaction, including the amount (Amt), credit/debit indicator (CdtDbtInd), status (Sts), booking date (BookgDt), value date (ValDt), and account servicing reference (AcctSvcrRef).


This camt.053 message allows the account holder to receive detailed information about their account balances, transaction history, and other relevant details. It helps them reconcile their records, monitor their financial position, and analyze their banking activities.

No comments:

Post a Comment

What does German citizenship mean? |

  West Germany in May 1949 laid the groundwork for the unified Germany we know today. Following the Second World War, the Basic Law was esta...