{
  "resource": "payment-link",
  "id": "{{ RESOURCE_ID }}",
  "mode": "live",
  "description": "Bicycle tires",
  "amount": {
    "currency": "EUR",
    "value": "24.95"
  },
  "minimumAmount": {
    "currency": "EUR",
    "value": "10.00"
  },
  "lines": [
    {
      "description": "Bicycle tire",
      "quantity": 2,
      "unitPrice": {
        "currency": "EUR",
        "value": "12.48"
      },
      "totalAmount": {
        "currency": "EUR",
        "value": "24.95"
      },
      "vatRate": "21.00",
      "vatAmount": {
        "currency": "EUR",
        "value": "4.34"
      }
    }
  ],
  "billingAddress": {
    "givenName": "John",
    "familyName": "Doe",
    "email": "john.doe@example.org",
    "streetAndNumber": "Keizersgracht 126",
    "postalCode": "1015 CW",
    "city": "Amsterdam",
    "country": "NL"
  },
  "shippingAddress": {
    "givenName": "Jane",
    "familyName": "Doe",
    "email": "jane.doe@example.org",
    "streetAndNumber": "Herengracht 182",
    "postalCode": "1016 BS",
    "city": "Amsterdam",
    "country": "NL"
  },
  "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"
    }
  }
}
