{
  "count": 2,
  "_embedded": {
    "methods": [
      {
        "resource": "method",
        "id": "ideal",
        "description": "iDEAL",
        "minimumAmount": {
          "value": "0.01",
          "currency": "EUR"
        },
        "maximumAmount": {
          "value": "50000.00",
          "currency": "EUR"
        },
        "image": {
          "size1x": "https://mollie.com/external/icons/payment-methods/ideal.png",
          "size2x": "https://mollie.com/external/icons/payment-methods/ideal%402x.png",
          "svg": "https://mollie.com/external/icons/payment-methods/ideal.svg"
        },
        "status": "activated"
      },
      {
        "resource": "method",
        "id": "creditcard",
        "description": "Credit card",
        "minimumAmount": {
          "value": "0.01",
          "currency": "EUR"
        },
        "maximumAmount": {
          "value": "2000.00",
          "currency": "EUR"
        },
        "image": {
          "size1x": "https://mollie.com/external/icons/payment-methods/creditcard.png",
          "size2x": "https://mollie.com/external/icons/payment-methods/creditcard%402x.png",
          "svg": "https://mollie.com/external/icons/payment-methods/creditcard.svg"
        },
        "status": "activated"
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
