# Retrieves a list of chargebacks that belong to this payment Retrieves a list of chargebacks that belong to this payment. Endpoint: GET /payments/{id}/chargebacks Version: v1 Security: apiKey ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `type` (string, required) Enum: "list" - `data` (array, required) Example: [{"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"}}] - `data.id` (string, required) Example: "PCG2SZKYJCCDV8" - `data.amount` (integer, required) Example: 1000 - `data.description` (string, required) Example: "Test Payment" - `data.reason` (string,null, required) Example: "MD06" - `data.currency` (string, required) Enum: "EUR" - `data.payment` (string, required) Example: "PPBLGEE6UG92MS" - `data.state` (string, required) Example: "completed" - `data.charged_back_at` (string,null, required) - `data.created_at` (string, required) Example: "2023-06-30T12:40:10Z" - `data._links` (object, required) Example: {"self":"https://api.paypro.nl/chargebacks/PCG2SZKYJCCDV8","payment":"https://api.paypro.nl/payments/PPBLGEE6UG92MS"} - `data._links.self` (string, required) Example: "https://api.paypro.nl/chargebacks/PCG2SZKYJCCDV8" - `count` (integer, required)