Renew a mandate signature request

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close
POST /v2/mandate_signature_requests/{id}/renewals

A mandate signature request can be renewed in case it has expired before the collection mandate could be completed and signed. This action is only possible while the mandate signature request is in expired status.

Scope: mandate-signature-requests:write

Path parameters

  • id string(uuid) Required

    ID of the mandate signature request.

Responses

  • 200

    OK

POST /v2/mandate_signature_requests/{id}/renewals
curl \
 --request POST 'https://api.memo.bank/v2/mandate_signature_requests/45195a6f-daa8-4bc1-9ac4-3979e72bd89d/renewals'