# Pay an expense Mark an expense as paid. Endpoint: POST /api/tenant/{tenantId_path}/expense/payExpense Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `id` (string) - `settledAt` (string) ## Response 400 fields (text/plain): - `error` (string)