# Mandate status changed Fired when the status of a mandate has been updated. Includes rejection reason codes and proprietary text if the mandate was rejected. Endpoint: POST banking.mandate.status.updated Version: 1.0.0 ## Request fields (application/json): - `mandateId` (string, required) Unique identifier of the mandate. - `mandateStatus` (string, required) Status of a direct debit mandate. Enum: "RCVD", "RJCT", "PATC", "ACTV", "EXPI", "CANC", "SUSP", "PNDG" - `rejectReasonCode` (string) Reason code for mandate rejection. Enum: "AC01", "AC04", "AC06", "AC13", "AG01", "AG02", "AM01", "AM02", "AM03", "BE05", "DT01", "FF01", "MD01", "MD02", "MD07", "MS02", "MS03", "RC01", "RR01", "RR02", "RR03", "RR04", "SL01", "SL11", "SL12", "SL14" - `rejectReasonProprietary` (string,null) Proprietary rejection reason text.