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