{
  "count": 1,
  "_embedded": {
    "settlements": [
      {
        "resource": "settlement",
        "id": "stl_jDk30akdN",
        "reference": "1234567.2404.03",
        "status": "paidout",
        "amount": {
          "currency": "EUR",
          "value": "39.75"
        },
        "balanceId": "bal_3kUf4yU2nT",
        "periods": {},
        "settledAt": "2024-04-06T09:41:44.0Z",
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "https://api.mollie.com/v2/settlements?from=cst_stTC2WHAuS&limit=5",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
