# Checkout

Embedded payment form solution for websites

## Shows checkout details

 - [GET /checkout/{id}](https://docs.easypay.pt/pt/openapi/checkout/get_checkout_id.md): Required scope: checkout:read

## Cancels a checkout

 - [DELETE /checkout/{id}](https://docs.easypay.pt/pt/openapi/checkout/delete_checkout_id.md): This cancels the Checkout and deletes the payment associated with it if possible.

Required scope: checkout:delete

## Create Checkout

 - [POST /checkout](https://docs.easypay.pt/pt/openapi/checkout/checkout-post.md): Creates a Checkout Session.

Required scope: checkout:create

