Renew a mandate signature request

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.

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' \
 --header "Authorization: Bearer $ACCESS_TOKEN"