# Single Payment

Create and manage one-time payment transactions

## Lists single payments

 - [GET /single](https://docs.easypay.pt/pt/openapi/single-payment/single-get.md): Full report with all the single payments from your Account

## Create single payment

 - [POST /single](https://docs.easypay.pt/pt/openapi/single-payment/single-post.md): Creates a Single Payment

## Shows single payment details

 - [GET /single/{id}](https://docs.easypay.pt/pt/openapi/single-payment/single-id-get.md): Retrieve a single payment details

## Deletes single payment

 - [DELETE /single/{id}](https://docs.easypay.pt/pt/openapi/single-payment/single-delete.md): This endpoint allows for the deletion of a single payment identified by its unique ID. The DELETE operation performs the following actions based on the payment method:

  - MBWay and Credit Cards: Voids all authorizations.
  - Multibanco: Cancels the Multibanco Reference.
  - Direct Debit: Cancels the Direct Debit if the request is made before the cutoff hour(18:00 Europe/Lisbon).

This operation ensures that all associated authorizations and references are properly handled and terminated according to the specified payment method.

## Update a single Payment

 - [PATCH /single/{id}](https://docs.easypay.pt/pt/openapi/single-payment/single-update.md): Apply partial modifications to a single payment resource.

