Mandates
Mandates - Retrieve Mandate
Retrieves a mandate created using the Payments/Create API
get/mandates/{mandate_id}
Path parameters
mandate_idstring required
The identifier for mandate
Response
The mandate was retrieved successfully
Example response
{
"customer_acceptance": {
"accepted_at": "2022-09-10T10:11:12Z",
"online": {
"ip_address": "123.32.25.123"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.