Get a mandate signature request
Path parameters
-
ID of the mandate signature request.
GET /v2/mandate_signature_requests/{id}
curl \
-X GET https://api.memo.bank/v2/mandate_signature_requests/45195a6f-daa8-4bc1-9ac4-3979e72bd89d
Response examples (200)
{
"id": "61b05c4f-3f72-4951-8c30-a2a9faaa5184",
"reference": "ABC123DEF",
"scheme": "core",
"debtor_email": "foo@bar.com",
"email_custom_message": "Hi John Doe, here's a collection mandate to sign.",
"contract_reference": "CUST-1234",
"status": "sent",
"language": "french",
"is_deleted": false
}