{
  "count": 1,
  "_embedded": {
    "payouts": [
      {
        "resource": "payout",
        "id": "po_4KgGJJSZpH",
        "mode": "live",
        "testmode": false,
        "createdAt": "2026-05-19T10:30:54+00:00",
        "balanceId": "bal_gVMhHKqSSRYJyPsuoPNFH",
        "amount": {
          "currency": "EUR",
          "value": "100.00"
        },
        "description": "Scheduled payout",
        "status": "requested",
        "statusReason": {
          "code": "requested",
          "message": "The payout has been requested and will be executed on the next scheduled date."
        },
        "initiatedAt": null,
        "completedAt": null,
        "canceledAt": null,
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          },
          "documentation": {
            "href": "...",
            "type": "text/html"
          }
        }
      }
    ]
  },
  "_links": {
    "documentation": {
      "href": "...",
      "type": "text/html"
    },
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "https://api.mollie.com/v2/payouts?from=po_4KgGJJSZpH&limit=5",
      "type": "application/hal+json"
    }
  }
}
