Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions helloasso.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down