HTTP/1.1 201 Created
Server: Nginx/1.1
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Paypal-Debug-Id: acaf32c0e9f23
Date: Tue, 23 Mar 2021 11:34:23 GMT
Content-Type: application/json
Content-Length: 1196

{
    "id": "92949498FT2398734",
    "amount": {
        "currency_code": "USD",
        "value": "6.10"
    },
    "seller_payable_breakdown": {
        "gross_amount": {
            "currency_code": "USD",
            "value": "6.10"
        },
        "paypal_fee": {
            "currency_code": "USD",
            "value": "0.00"
        },
        "net_amount": {
            "currency_code": "USD",
            "value": "6.10"
        },
        "total_refunded_amount": {
            "currency_code": "USD",
            "value": "6.10"
        }
    },
    "invoice_id": "696969",
    "status": "COMPLETED",
    "create_time": "2021-03-23T06:11:02-07:00",
    "update_time": "2021-03-23T06:11:02-07:00",
    "links": [
        {
            "href": "https://api.sandbox.paypal.com/v2/payments/refunds/92949498FT2398734",
            "rel": "self",
            "method": "GET"
        },
        {
            "href": "https://api.sandbox.paypal.com/v2/payments/captures/2AT93684J53804025",
            "rel": "up",
            "method": "GET"
        }
    ]
}