Path parameters
-
id
string(uuid) Required ID of the mandate signature request.
GET
/v2/mandate_signature_requests/{id}
curl \
--request GET 'https://api.memo.bank/v2/mandate_signature_requests/45195a6f-daa8-4bc1-9ac4-3979e72bd89d' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "61b05c4f-3f72-4951-8c30-a2a9faaa5184",
"reference": "ABC123DEF",
"scheme": "core",
"debtor_email": "foo@bar.com",
"debtor": {
"name": "John Doe",
"iban": "FR2512739000308553756377J95",
"address": {
"street": "1 rue Rivoli",
"postal_code": "75004",
"city": "Paris",
"country": "FR"
}
},
"email_custom_message": "Hi John Doe, here's a collection mandate to sign.",
"contract_reference": "CUST-1234",
"status": "sent",
"language": "french",
"is_deleted": false
}