latestOpenAPI 3.1.02026-08-108936.3 KB
b3e625f21841
ISO 20022
Submit ISO 20022 message
Accepts an ISO 20022 message in XML format, prepared according to the Nexus Message Usage Guidelines. The messagePath path parameter selects the message type:
- pacs.008 — FI to FI Customer Credit Transfer
- pacs.002 — FI to FI Payment Status Report
- pacs.028 — FI to FI Payment Status Request
- acmt.023 — Identification Verification Request
- acmt.024 — Identification Verification Report
- camt.054 — Bank to Customer Debit Credit Notification
- camt.056 — FI to FI Payment Cancellation Request
- camt.029 — Resolution of Investigation
- admi.002 — Message Reject
- admi.004 — System Event Notification
The synchronous 202 Accepted response is a technical acknowledgement (application/json) confirming receipt and schema validation only. The business response is delivered asynchronously as an ISO 20022 message to the participant's registered endpoint (e.g. pacs.008 → asynchronous pacs.002; acmt.023 → acmt.024). Unsupported message types return 404 with an ErrorResultDto body.
post/iso20022/{messagePath}
Path parameters
messagePath'pacs.008' | 'pacs.002' | 'pacs.028' | 'acmt.023' | 'acmt.024' | 'camt.054' | 'camt.056' | 'camt.029' | 'admi.002' | 'admi.004' required
ISO 20022 message type identifier.
Response
Accepted. Technical acknowledgement confirming receipt and schema validation only; the business response follows asynchronously as an ISO 20022 message to the registered endpoint.