# Refunds ## Create a new refund - [POST /v1/api/refunds](https://docs.finalpos.com/openapi/refunds/refundscontroller_create.md): Creates a new refund record. ## Get a refund by ID - [GET /v1/api/refunds/{id}](https://docs.finalpos.com/openapi/refunds/refundscontroller_findone.md): Retrieves a single refund by its unique identifier. ## Update a refund by ID - [PUT /v1/api/refunds/{id}](https://docs.finalpos.com/openapi/refunds/refundscontroller_update.md): Updates an existing refund record. ## Delete a refund by ID - [DELETE /v1/api/refunds/{id}](https://docs.finalpos.com/openapi/refunds/refundscontroller_delete.md): Deletes a refund by its unique identifier.