# Captures

Operations for managing payment captures

 - [GET /capture](https://docs.easypay.pt/pt/openapi/captures/paths/~1capture/get.md): **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:read</code>
 - [POST /capture/{id}](https://docs.easypay.pt/pt/openapi/captures/paths/~1capture~1%7Bid%7D/post.md): **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:create</code>
 - [GET /capture/{id}](https://docs.easypay.pt/pt/openapi/captures/paths/~1capture~1%7Bid%7D/get.md): **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:read</code>
 - [DELETE /capture/{id}](https://docs.easypay.pt/pt/openapi/captures/capture-delete.md): **This endpoint is rolling out shortly.** The shape below is stable, but calls against it will not succeed until the feature ships. Cancels a capture before it is processed. Only captures still in **d
 - [PATCH /capture/{capture-uuid}/splits/{capture-split-uuid}](https://docs.easypay.pt/pt/openapi/captures/patch_capture_capture_uuid_splits_capture_split_uuid.md): **Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:update</code>
