# Create a validated refund Create a validated refund Endpoint: POST /api/tenant/{tenantId_path}/receipts/CreateValidatedRefund Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `amount` (number) - `comment` (string,null) - `label` (string) - `leaseIds` (array) - `paymentMethod` (integer) Enum: 1, 2, 3 - `paymentReference` (string,null) - `renterId` (string) - `settledOn` (string) - `suspenseAccountLineAmounts` (array) - `suspenseAccountLineAmounts.suspenseAccountLineId` (string) ## Response 200 fields (text/plain): - `id` (string) ## Response 400 fields (text/plain): - `error` (string)