Create MandateAsk AIpost http://localhost:8080/v1/payto/initiator/mandates(For use by Initiator only) Create a mandate and send via MMS to Payer for authorisation.Body ParamscreditorDetailsobjectrequiredCreditor account details.creditorDetails objectdebtorDetailsobjectrequiredDebtor account details.debtorDetails objectdescriptionstringlength between 0 and 140A mandate description.idempotencyKeyuuidrequiredIdempotency key generated by the client of the API. Used for request duplication check.paymentTermsobjectrequiredDefines how payments should be triggered.paymentTerms objectpurposeCodestringenumrequiredThe purpose of this mandate. MORTGAGE: Mortgage payments. UTILITY: Utility payments. LOAN: Loan payments. DEPENDANT: Dependant support payments. GAMBLING: Gambling payments. RETAIL: Retail payments. SALARY: Salary payments. PERSONAL: Personal payments. GOVERNMENT: Government payments. PENSION: Pension payments. TAX: Tax payments. OTHER: Other service payments. MORTGAGEUTILITYLOANDEPENDANTGAMBLINGRETAILSALARYPERSONALGOVERNMENTPENSIONTAXOTHERShow 12 enum valuesresolutionRequestedBystringDate time in UTC format yyyy-MM-dd'T'hh:mm:ss.sss'Z' e.g. 2023-09-10T10:00:00.000Z (Optional).transferArrangementstringIndication of future transfer date, conditions of sale and requirement to hold funds.validityEndDatedateThe date when the mandate stops being valid.validityStartDatedaterequiredThe date when the mandate becomes valid.Responses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 429Too many requests 500Internal Server Error 501Not ImplementedUpdated 11 months ago