{
  "resource": "mandate",
  "id": "{{ RESOURCE_ID }}",
  "mode": "live",
  "status": "valid",
  "method": "directdebit",
  "details": {
    "consumerName": "John Doe",
    "consumerAccount": "NL55INGB0000000000",
    "consumerBic": "INGBNL2A"
  },
  "mandateReference": "EXAMPLE-CORP-MD13804",
  "signatureDate": "2023-05-07",
  "customerId": "cst_4qqhO89gsT",
  "createdAt": "2023-05-07T10:49:08.0Z",
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "customer": {
      "href": "https://api.mollie.com/v2/customers/cst_4qqhO89gsT",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
