Ledger sends a POST request with payment details for an oversight decision. Returns 200 with an outcome of ACCEPTED or REJECTED.
OversightResponse body. The outcome field determines whether the payment is accepted or rejected.
Fallback behavior — If your endpoint returns a non-200 status code, an invalid response body, or times out, Ledger applies a fallback based on payment direction:
MS03.outcome: "ACCEPTED" with an optional array of additional postings to execute alongside the payment.
destination needs to be specified.
outcome: "REJECTED" with an optional rejection code. If the code is not provided or unrecognized, it defaults to MS03.
MS03 if omitted. Supported values:| Code | Description |
|---|---|
AG01 | Credit transfer forbidden on this type of account |
AG02 | Invalid operation code or transaction format |
AM05 | Duplicate payment |
BE04 | Invalid account address |
MD07 | Beneficiary deceased |
MS02 | By order of the beneficiary |
MS03 | Reason not specified (default) |
RR01 | Missing debtor account or identification |
RR02 | Missing debtor name or address |
RR03 | Missing creditor name or address |
RR04 | Other regulatory reason (AML, sanctions screening, etc.) |
Payment oversight decision request
Payment ID
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"019bdb2a-960f-789d-8955-21720e6cdef0"
Debtor details
Creditor details
Payment amount in minor units
10000
Currency code
"EUR"
Payment description/reference
"Invoice payment #12345"
Payment status
PENDING "PENDING"
Payment scheme
SCT, SCT_INST "SCT"
Payment direction
INBOUND, OUTBOUND "OUTBOUND"
Creation timestamp
"2024-01-15T10:30:00.000Z"
Last update timestamp
"2024-01-15T10:30:00.000Z"
Debtor party ID
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"019bdb2a-960f-789d-8955-21720e6cdef1"
Debtor account ID
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"019bdb2a-960f-789d-8955-21720e6cdef2"
Creditor party ID
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"019bdb2a-960f-789d-8955-21720e6cdef3"
Creditor account ID
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"019bdb2a-960f-789d-8955-21720e6cdef4"
End-to-end identifier
"E2E-123456"
Settlement date
"2024-01-15T00:00:00.000Z"
Oversight decision
Oversight decision response