# Create a new mandate signature request **POST /v2/mandate_signature_requests** An email will be sent to the mandate debtor so they can complete and sign the collection mandate. ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ### Body: application/json (object) - **reference** (string) The unique mandate reference. - **scheme** (string) The mandate scheme. - **debtor_email** (string) The email address of the debtor. - **email_custom_message** (string) Custom text message that will be included in the email sent to the debtor. - **contract_reference** (string) The contract reference that will be attached to the mandate. This is optional metadata. - **language** (string) The language used for the email and signature page for the debtor. This is optional. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) ID of the mandate signature request - **reference** (string) The unique mandate reference. - **scheme** (string) The mandate scheme. - **debtor_email** (string) The email address of the debtor. - **debtor** (object) Debtor information filled when the request was signed. This is available when the request is completed. - **email_custom_message** (string) Custom text message included in the email sent to the debtor. - **contract_reference** (string) The contract reference attached to the mandate. This is optional metadata. - **status** (string) Current status of the mandate signature request. - **language** (string) The language used for the email and signature page for the debtor. - **is_deleted** (boolean) Whether or not this mandate signature request has been deleted. [Powered by Bump.sh](https://bump.sh)