parse_pain001
Parse a pain.001 Customer Credit Transfer Initiation message to extract structured payment batch data for validation.
Instructions
Parse a pain.001.001.09 Customer Credit Transfer Initiation message.
pain.001 is the initiating message in a credit transfer flow, sent by a corporate or customer to their bank. It carries one or more payment batches (PaymentInformation), each grouping transactions that share a debtor account, execution date, and service level.
Returns a structured ParsedPain001 on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | The pain.001 XML message as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |