# Single Payment

Create and manage one-time payment transactions

 - [GET /single](https://docs.easypay.pt/openapi/single-payment/single-get.md): Full report with all the single payments from your Account **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:read</code>
 - [POST /single](https://docs.easypay.pt/openapi/single-payment/single-post.md): Creates a Single Payment **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:create</code>
 - [GET /single/{id}](https://docs.easypay.pt/openapi/single-payment/single-id-get.md): Retrieve a single payment details **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:read</code>
 - [DELETE /single/{id}](https://docs.easypay.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: - MB WAY and Credit Cards: Voids
 - [PATCH /single/{id}](https://docs.easypay.pt/openapi/single-payment/single-update.md): Apply partial modifications to a single payment resource. **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:update</code>
