From cd4106e14a795333c52c30a9cd967bc4061135c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o?= Date: Mon, 25 May 2026 04:06:07 +0200 Subject: [PATCH] Update helloasso swagger definition --- helloasso.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/helloasso.json b/helloasso.json index 784c85b..8953ee7 100644 --- a/helloasso.json +++ b/helloasso.json @@ -1228,6 +1228,15 @@ "type": "boolean", "default": false } + }, + { + "name": "checkPaymentsRefundEligibility", + "in": "query", + "description": "Set to true to check if payments are eligible to refund or not", + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -6141,6 +6150,11 @@ "description": "Items linked to this payment and each share between the item and the payment", "nullable": true }, + "isRefundable": { + "type": "boolean", + "description": "Indicate if the payment is refundable or not", + "nullable": true + }, "cashOutDate": { "type": "string", "description": "The date of the cash out",