# Capture ## Retrieve all captures - [GET /v2/transactions/{ratepay_transaction_id}/captures](https://docs.ratepay.com/apis/payment/openapi/payment_api/capture/getallcaptures.md): Retrieve all capture resources of an existing transaction including their attributes. ## Capture transaction - [POST /v2/transactions/{ratepay_transaction_id}/captures](https://docs.ratepay.com/apis/payment/openapi/payment_api/capture/capturetransaction.md): Capture a previously authorized transaction ## Retrieve a capture - [GET /v2/transactions/{ratepay_transaction_id}/captures/{ratepay_capture_id}](https://docs.ratepay.com/apis/payment/openapi/payment_api/capture/getsinglecapture.md): Retrieve a capture resource of an existing transaction including its attributes.