I get this error when I run refund Api from documentation https://api-m.sandbox.paypal.com/v2/payments/refunds/1JU08902781691411 "name": "RESOURCE_NOT_FOUND", "message": "The specified resource does not exist.", "debug_id": "a654ed4c77c86", "details": [ { "issue": "INVALID_RESOURCE_ID", "field": "refund_id", "value": "1JU08902781691411", "description": "Specified resource ID does not exist. Please check the resource ID and try again.", "location": "path" } ], "links": [ { "href": "https://developer.paypal.com/docs/api/payments/v2/#error-INVALID_RESOURCE_ID", "rel": "information_link" } ] }
... View more