{
  "count": 2,
  "_embedded": {
    "capabilities": [
      {
        "resource": "capability",
        "name": "payments",
        "requirements": [
          {
            "name": "legal-representatives",
            "dueDate": null,
            "status": "requested"
          },
          {
            "name": "bank-account",
            "dueDate": null,
            "status": "requested"
          }
        ],
        "status": "pending",
        "statusReason": "onboarding-information-needed",
        "organizationId": "org_12345678",
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          },
          "dashboard": {
            "href": "https://my.mollie.com/dashboard/...",
            "type": "text/html"
          }
        }
      },
      {
        "resource": "capability",
        "name": "capital",
        "requirements": [
          {
            "name": "legal-representatives",
            "dueDate": "2024-05-14T01:29:09.0Z",
            "status": "past-due"
          }
        ],
        "status": "disabled",
        "statusReason": "requirement-past-due",
        "organizationId": "org_12345678",
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          },
          "dashboard": {
            "href": "https://my.mollie.com/dashboard/...",
            "type": "text/html"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
