Client-supplied correlation ID echoed in response headers for tracing.
EP-06 — Classify Party Address
Lightest available endpoint. Returns format classification only — no validation,
verification, conversion, or normalisation. Extremely low latency.
Classification logic:
- FULLY_STRUCTURED: Country + TownName present AND no AddressLine.
- HYBRID: Country + TownName present AND AddressLine present.
- FULLY_UNSTRUCTURED: anything else.
No issues[] or reasons[] in response. Context fields are analytics only.
Processing precedence: channelProfile → processingOptions → context.
Headers
Body
Body
ClassifyPartyAddressRequest
EP-06 request. Lightweight classification only — no repair.
ISO 20022 PostalAddress24 object. All 14 structured fields are supported.
Country is strongly recommended for all submissions.
AddressLine is limited to max 7 elements in schema; practical publishing limits
are governed by OutputMode (EPC=2, CBPR_PLUS=3, MT_LEGACY=2, COMPLIANCE=7).
PMPG non-duplication rule: structured fields (TownName, Country) must NOT also
appear in AddressLine simultaneously.
Show Child Parameters
ISO 20022 XML tag equivalents of PostalAddress. Alternative input format — clients
may supply either postalAddress (JSON) or postalAddressXml (XML tag names), not both.
Show Child Parameters
Analytics only for this endpoint — no processing fallback.
Show Child Parameters
Response
Response
Classification completed
ClassifyPartyAddressResponse
Detected or target address format classification.
Allowed values:FULLY_STRUCTUREDHYBRIDFULLY_UNSTRUCTURED
Authentication
Headers
Body
Layer 1 — Regulatory
R-transaction exemption assessment at party address level.
EP-07 — R-Transaction Party Address
Evaluates EPC Section 8.3 exemption for a single R-transaction address.
The address is NEVER modified.
Exemption logic:
- originalExecutionDatetime < 2026-11-22T02:30:00Z → exempt; unstructured accepted.
- originalExecutionDatetime ≥ cutover → SR2026 enforcement applies.
- Not provided → exemptionApplicable: null; structural validation attempted.
EPC §8.3: pain.002 and pain.007 report structural issues as warnings only.
Processing precedence: channelProfile → processingOptions → context.
Headers
Client-supplied correlation ID echoed in response headers for tracing.
Body
Body
RTransactionPartyAddressRequest
EP-07 request. R-transaction address exemption assessment.
The exact address as it appears in the R-message. Must not be altered.
Show Child Parameters
When the original payment was executed. Determines SR2026 exemption eligibility.
Per-request overrides of the channelProfile configuration. Only fields present
here override the corresponding channelProfile value. Fields absent here fall
through to channelProfile. This is NOT a general-purpose configuration block —
it only overrides values already set in channelProfile.
Show Child Parameters
Analytics/audit passthrough AND processing fallback layer.
Fields labelled “Analytics + Processing fallback” are used as last-resort defaults
when both channelProfile and processingOptions leave a parameter unresolved.
Pure analytics fields are written to the ARS audit log but do not affect processing.
Processing precedence: channelProfile → processingOptions → context.
Show Child Parameters
Response
Response
R-transaction assessment completed
RTransactionPartyAddressResponse
Top-level processing decision.
Allowed values:ACCEPTREJECTPARTIAL_SUCCESS
R-transaction exemption assessment result.
Show Child Parameters
Address exactly as submitted — NO repair is applied.
Show Child Parameters
Processing statistics block returned on all endpoints.
Show Child Parameters
Authentication
Headers
Body
Layer 2 — Message
Complete ISO 20022 message in — all party addresses discovered and processed
automatically via XPath registry.
EP-08 — Process Message Party Addresses
Message-level equivalent of EP-01. Submit a complete ISO 20022 message — ARS
discovers all party addresses via XPath registry, applies the correct
PostalAddress24 variant per role, and runs the full 7-step pipeline.
XPath registry covers:
- pain.001: debtor, creditor, ultimate_debtor, ultimate_creditor, initiating_party (5 roles)
- pain.008: creditor, debtor, initiating_party (3 roles)
- pacs.008: debtor, creditor, ultimate_debtor, ultimate_creditor (4 roles)
- pacs.003: debtor, creditor (2 roles)
- pacs.009: debtor, creditor (2 roles)
Either messageContent or messageXml required. If both, messageXml takes precedence.
OCT_INST: payer address always mandatory regardless of EEA status.
Processing precedence: channelProfile → processingOptions → context.
Headers
Client-supplied correlation ID echoed in response headers for tracing.
Idempotency key for safe retry of POST requests. Duplicate submissions with the same key return the cached response.
<= 64 characters
Body
Body
ProcessMessageRequest
EP-08 request. Full ARS AutoCorrect on all party addresses in an ISO 20022 message.
Name of a registered channelProfile. Loads scheme, direction, outputMode, and other defaults.
Transaction execution datetime for SR2026 cutover enforcement.
JSON equivalent of the ISO 20022 message. One of messageContent or messageXml required.
Raw ISO 20022 XML string. Takes precedence over messageContent if both provided.
Per-request overrides of the channelProfile configuration. Only fields present
here override the corresponding channelProfile value. Fields absent here fall
through to channelProfile. This is NOT a general-purpose configuration block —
it only overrides values already set in channelProfile.
Show Child Parameters
Analytics/audit passthrough AND processing fallback layer.
Fields labelled “Analytics + Processing fallback” are used as last-resort defaults
when both channelProfile and processingOptions leave a parameter unresolved.
Pure analytics fields are written to the ARS audit log but do not affect processing.
Processing precedence: channelProfile → processingOptions → context.
Show Child Parameters
Response
Response
Message processing completed
ProcessMessageResponse
Top-level processing decision.
Allowed values:ACCEPTREJECTPARTIAL_SUCCESS
ISO 20022 message type. R-transaction types (pain.002, pain.007, pacs.002,
pacs.004, camt.029, camt.052, camt.053, camt.054, camt.055, camt.056, camt.058, camt.110, camt.111) must be submitted to R-transaction endpoints only
(EP-07, EP-15). Submitting them to Check/Convert endpoints returns HTTP 422 (REG-06).
Allowed values:pain.001pain.002pain.007pain.008pacs.002pacs.003pacs.004pacs.008pacs.009pacs.010camt.029camt.052camt.053camt.054camt.055camt.056camt.057camt.058camt.060camt.105camt.106camt.107camt.108camt.109camt.110camt.111
Payment scheme identifier.
Allowed values:SCTSCT_INSTSDD_CORESDD_B2BOCT_INSTCBPRPLUSCHAPST2EURO1FEDWIREOTHER
Full address processing result object (used in EP-01 and all Layer 1 responses).
Show Child Parameters
Processing statistics block returned on all endpoints.
Show Child Parameters
Legacy issue object. Preserved for backward compatibility with v4.0 integrations.
New integrations should use reasons[] instead.