parse_camt053
Parse a camt.053 Bank-to-Customer Cash Management Statement XML to extract balances and transaction entries for automated bank reconciliation.
Instructions
Parse a camt.053.001.08 Bank-to-Customer Cash Management Statement.
camt.053 is the structured account statement sent by a bank to its customer. It reports balances (opening, closing, interim) and individual debit/credit entries for a period, each optionally broken down to individual transaction details. It is the primary source for automated bank reconciliation.
Returns a structured ParsedCamt053 on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | The camt.053 XML message as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |