Amend a Mandate (Coming Soon)Copy Pagepatch https://www.bankingcircleconnect.com/api/v1/mandates/{mandate-id}The endpoint is used for amending the details or status of a Mandate.Path Paramsmandate-iduuidrequiredMandate identifierBody ParamsAmend detailsRequest model for amending the details or status of a Mandate.ultimateCreditorobjectUltimate party to which an amount of money is due.ultimateCreditor objectcreditorobjectParty that signs the mandate and to whom an amount of money is due.creditor objectcreditorAccountobjectUnambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.creditorAccount objectcreditorAgentobjectThe creditor's bank (financial institution).creditorAgent objectultimateDebtorobjectUltimate party that owes an amount of money to the (ultimate) creditor.ultimateDebtor objectdebtorobjectParty that signs the mandate and owes an amount of money to the (ultimate) creditor.debtor objectdebtorAccountobjectUnambiguous identification of the account of the debtor, to which a debit entry will be made as a result of the transaction.debtorAccount objectdebtorAgentobjectThe debtor's bank (financial institution).debtorAgent objecttypeobjectSpecifies the type of mandate.type objectdescriptionstring | nullFree text providing further details on the mandate.collectionAmountobjectAmount information expressed in a amount value and amount currencycollectionAmount objectfirstCollectionAmountobjectAmount information expressed in a amount value and amount currencyfirstCollectionAmount objectfinalCollectionAmountobjectAmount information expressed in a amount value and amount currencyfinalCollectionAmount objectmaximumAmountobjectAmount information expressed in a amount value and amount currencymaximumAmount objectoccurrencesobjectProvides details of the duration of the mandate and occurrence of the underlying transactions.occurrences objectstatusobjectDescribes the status the mandate is requested to be updated to and the reason for it.status objectHeadersIdempotency-KeystringUnique value generated by the user which the API uses to recognize subsequent retries of the same request.This field is limited to a maximum of 100 characters, if not upheld the API will return with an error 400 - Bad Request.Example: 2b7b05ad-4411-4a19-8c95-2508b17e0fd8Responses 202Accepted 400Bad request. Request is not correctly formulated. Goes for both Header, Query and Body. Verify the error description and properties. 404Not found. There is no resource behind the URL, i.e. requesting data on an account that does not exist. 409Conflict. Idempotency-key violation. Request being handled. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated 23 days ago