Contains the core information regarding the acceptance or rejection of the mandate maintenance request.
Result of a mandate maintenance request.
Indicates whether the mandate maintenance request was accepted (true) or rejected (false).
Additional information about the rejection reason.
Reference to an original mandate. The partner may identify the mandate using any of the following identifiers, depending on the context of the request and the information available. At least one of originalMandateIdentification for the original mandate, or originalMandate must be provided.
For mandate amendment, cancellation and suspension requests, originalMandate is required and the originalMandateIdentification cannot be used as the sole reference.
Identifies the original mandate-management message being referenced or responded to. For MandateInformationRequest, this block is optional on the partner request — Electrum will populate it from the latest message recorded against the mandate before forwarding to the scheme.
{ "acceptanceResult": { "accepted": true, "additionalRejectionInformation": [ … ], "rejectionReason": { … } }, "originalMandate": { "originalMandate": { … }, "originalMandateIdentification": "string" }, "originalMessageInformation": { "creationDateTime": "2019-08-24T14:15:22Z", "messageIdentification": "string", "messageNameIdentification": "string" } }