Show refund details
GET {{base_url}}/v2/payments/refunds/:refund_id
Shows details for a refund, by ID.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"id":"55105082X5896632E","amount":{"currency_code":"USD","value":"10.00"},"note_to_payer":"Defective product","seller_payable_breakdown":{"gross_amount":{"currency_code":"USD","value":"10.00"},"paypal_fee":{"currency_code":"USD","value":"0.35"},"net_amount":{"currency_code":"USD","value":"9.65"},"total_refunded_amount":{"currency_code":"USD","value":"30.00"}},"invoice_id":"1644280607","status":"COMPLETED","create_time":"2022-02-07T16:36:47-08:00","update_time":"2022-02-07T16:36:47-08:00","links":[{"href":"https://api.sandbox.paypal.com/v2/payments/refunds/55105082X5896632E","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/payments/captures/9BT885563M275774M","rel":"up","method":"GET"}]}