{
  "resource": "payment-link",
  "id": "{{ RESOURCE_ID }}",
  "mode": "live",
  "description": "Bicycle tires",
  "amount": {
    "currency": "EUR",
    "value": "24.95"
  },
  "archived": false,
  "redirectUrl": "https://webshop.example.org/thanks",
  "webhookUrl": "https://webshop.example.org/payment-links/webhook",
  "profileId": "pfl_QkEhN94Ba",
  "createdAt": "2021-03-20T09:29:56.0Z",
  "expiresAt": "2023-06-06T11:00:00.0Z",
  "reusable": false,
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "paymentLink": {
      "href": "https://payment-links.mollie.com/payment/4Y0eZitmBnQ6IDoMqZQKh",
      "type": "text/html"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
