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