# Pay By Link

Generate and manage shareable payment links

## Create a payment link

 - [POST /link](https://docs.easypay.pt/pt/openapi/pay-by-link/post-link.md): Generates a link that takes customers straight to a secure and ready-to-pay checkout.

## List all payment links

 - [GET /link](https://docs.easypay.pt/pt/openapi/pay-by-link/get-link.md): List all the payment links.

## List payment link details

 - [GET /link/{id}](https://docs.easypay.pt/pt/openapi/pay-by-link/get-link-id.md): Lists a payment link with all the details identified by its unique ID.

## Delete Link

 - [DELETE /link/{id}](https://docs.easypay.pt/pt/openapi/pay-by-link/delete-link-id.md): Deletes a payment link identified by its unique ID. Once deleted, the link becomes invalid and can no longer be used. This action is irreversible.

## Update Link

 - [PATCH /link/{id}](https://docs.easypay.pt/pt/openapi/pay-by-link/patch-link.md): Updates a payment link identified by its unique ID.

