# Mandate updated Fired when an existing mandate has been updated. Contains the current mandate status, reference, and the date of the last action. Endpoint: POST banking.mandate.updated Version: 1.0.0 ## Request fields (application/json): - `mandateId` (string, required) Unique identifier of the mandate. - `maximumAmount` (object) An amount with currency. - `maximumAmount.currency` (string) ISO 4217 Alpha 3 currency code. - `maximumAmount.amount` (string) The amount as a decimal string. - `occurrences` (object) Occurrence information for a mandate. - `occurrences.frequencyType` (string) Frequency of mandate execution. Enum: "YEAR", "MIAN", "QURT", "MNTH", "WEEK", "DAIL", "NONE" - `occurrences.duration` (object) Duration period. - `occurrences.duration.fromDate` (string) Start date. - `occurrences.duration.toDate` (string,null) End date. - `creditorAccount` (object, required) Account reference for mandates. - `creditorAccount.bban` (string) Basic Bank Account Number. - `creditor` (object, required) Creditor party for a mandate. - `creditor.name` (string,null) Creditor name. - `creditor.identification` (object) Identification of a creditor. - `creditor.identification.organizationId` (object) Organisation identification. - `creditor.identification.organizationId.others` (array) Other identification schemes. - `creditor.identification.organizationId.others.identification` (string) Identification value. - `creditor.identification.organizationId.others.schemeNameProprietary` (string,null) Proprietary scheme name. - `debtor` (object, required) Debtor party for a mandate. - `debtor.name` (string,null) Debtor name. - `debtor.postalAddress` (object) Postal address of a party. - `debtor.postalAddress.addressLines` (array) Address lines. - `debtor.postalAddress.streetName` (string,null) Street name. - `debtor.postalAddress.buildingNumber` (string,null) Building number. - `debtor.postalAddress.postCode` (string,null) Postal code. - `debtor.postalAddress.townName` (string,null) Town name. - `debtor.postalAddress.country` (string,null) ISO 3166-1 alpha-2 country code. - `debtor.identification` (object) Identification of a debtor. - `debtor.identification.privateId` (object) Private (individual) identification. - `debtor.identification.privateId.birthDate` (string,null) Date of birth. - `debtorAccount` (object, required) Account reference for mandates. - `mandateReference` (string,null) Mandate reference identifier. - `mandateStatus` (string, required) Status of a direct debit mandate. Enum: "RCVD", "RJCT", "PATC", "ACTV", "EXPI", "CANC", "SUSP", "PNDG" - `rejectedReasonCode` (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. - `lastActionDate` (string, required) Date of the last action on this mandate.