# Refunds Zuora allows you to issue and track refunds on payments. Similar to external payments, users can enter external refunds to track refunds that have been performed outside of Zuora Payments (for example, by issuing a check). In addition, you can make electronic refunds using our supported payment gateways, which will automatically refund money to the customer. ## CRUD: Create a refund - [POST /v1/object/refund](https://developer.zuora.com/v1-api-reference/older-api/refunds/object_postrefund.md): Creates a refund. If you have the Invoice Settlement feature enabled, you can use this operation to unapply the payment from an invoice or multiple invoices, and refund the payment. If the unapplied payment is left in the following scenarios, you have to reapply the unapplied payment to the original invoices: - An electronic refund in Processing status is handled to change to Error. An unapplied payment is left. - An electronic refund gets to Error, and payment reapplying fails due to the concurrent issue. - The refund canceling operation updates the status of a refund from Processed to Canceled. When it is successful, an unapplied payment is left. ## CRUD: Retrieve a refund - [GET /v1/object/refund/{id}](https://developer.zuora.com/v1-api-reference/older-api/refunds/object_getrefund.md) ## CRUD: Update a refund - [PUT /v1/object/refund/{id}](https://developer.zuora.com/v1-api-reference/older-api/refunds/object_putrefund.md) ## CRUD: Delete a refund - [DELETE /v1/object/refund/{id}](https://developer.zuora.com/v1-api-reference/older-api/refunds/object_deleterefund.md)