Retrieves a single refund based on the id.
{ "id": "PRRNQH3PCD125Z", "type": "refund", "amount": 1000, "description": "Test Payment", "reason": "", "payment": "PPBLGEE6UG92MS", "currency": "EUR", "state": "refunded", "refunded_at": "2023-06-30T12:44:35Z", "created_at": "2023-06-30T12:40:10Z", "_links": { "self": "https://api.paypro.nl/refunds/PRRNQH3PCD125Z", "payment": "https://api.paypro.nl/payments/PPBLGEE6UG92MS" } }
{ "id": "PRRNQH3PCD125Z", "type": "refund", "amount": 1000, "description": "Test Payment", "reason": "", "payment": "PPBLGEE6UG92MS", "currency": "EUR", "state": "refunded", "refunded_at": "2023-06-30T12:44:35Z", "created_at": "2023-06-30T12:40:10Z", "_links": { "self": "https://api.paypro.nl/refunds/PRRNQH3PCD125Z", "payment": "https://api.paypro.nl/payments/PPBLGEE6UG92MS" } }
refunds found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }