v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBMandates
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"
}
}
}