{
  "resource": "payout",
  "id": "{{ RESOURCE_ID }}",
  "mode": "live",
  "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,
  "createdAt": "2023-12-25T10:30:54+00:00",
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
