Show captured payment details

GET {{base_url}}/v2/payments/captures/:capture_id

Shows details for a captured payment, by ID.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"id":"8SA298979U639233U","amount":{"currency_code":"USD","value":"10.99"},"final_capture":true,"seller_protection":{"status":"NOT_ELIGIBLE"},"disbursement_mode":"INSTANT","seller_receivable_breakdown":{"gross_amount":{"currency_code":"USD","value":"10.99"},"paypal_fee":{"currency_code":"USD","value":"0.87"},"net_amount":{"currency_code":"USD","value":"10.12"}},"invoice_id":"1644280277","status":"COMPLETED","processor_response":{"avs_code":"A","cvv_code":"M","response_code":"0000"},"supplementary_data":{"related_ids":{"order_id":"7YR117309L4312735","authorization_id":"23823392WE767335F"}},"create_time":"2022-02-08T00:31:18Z","update_time":"2022-02-08T00:31:18Z","links":[{"href":"https://api.sandbox.paypal.com/v2/payments/captures/8SA298979U639233U","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/payments/captures/8SA298979U639233U/refund","rel":"refund","method":"POST"},{"href":"https://api.sandbox.paypal.com/v2/payments/authorizations/23823392WE767335F","rel":"up","method":"GET"}]}