Skip to main content
POST
Validate inbound message

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
xml
string
required

ISO 20022 message as a raw XML string (e.g. pacs.008).

Example:

"<Document xmlns='urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08'>...</Document>"

Response

OK

messageType
string
required

ISO 20022 message type detected for the submitted payload.

Example:

"pacs.008"

status
string
required

Validation result for the submitted message (e.g. valid).

Example:

"valid"