Retrieves a specific mandate by its ID.
Successful operation. Returns the mandate.
Invalid mandate ID format.
Unauthorized access.
Mandate not found.
curl -i -X GET \ 'https://toast-api-server/v1/mandates/{mandateId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
- "paymentMethodId": "b6df8625-cd25-4123-b345-638aa7b5d011",
- "originalTransactionId": "b11ac1d7-0e90-4b3e-a083-e5c767d08597",
- "standingInstructionType": "INSTALLMENT",
- "status": "ACTIVE",
- "createdAt": "2019-08-24T14:15:22Z",
- "externalReferenceId": "string"
}