# Pay By Link

Generate and manage shareable payment links

 - [POST /link](https://docs.easypay.pt/openapi/pay-by-link/post-link.md): Generates a link that takes customers straight to a secure and ready-to-pay checkout. **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.8
 - [GET /link](https://docs.easypay.pt/openapi/pay-by-link/get-link.md): List all the payment links. Results come back a page at a time, with limit capped at 100. Ask for more than that and you get a 409, ask for less than 1 and you get a 400. **Required scope:** <code sty
 - [GET /link/{id}](https://docs.easypay.pt/openapi/pay-by-link/get-link-id.md): Lists a payment link with all the details identified by its unique ID. **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">link:read<
 - [DELETE /link/{id}](https://docs.easypay.pt/openapi/pay-by-link/delete-link-id.md): Deletes a payment link identified by its unique ID. The link moves to the CANCELLED status, which makes it invalid and unusable from then on. This action is irreversible, and a link that is already ca
 - [PATCH /link/{id}](https://docs.easypay.pt/openapi/pay-by-link/patch-link.md): Updates the expiration time of a payment link identified by its unique ID. Pushing the expiration of an already expired link back into the future makes it active again. A link that is cancelled or fin
