# Customer Refunds Process and track customer refunds. Record refunds issued to customers for overpayments, returns, or cancelled transactions. ## List CustomerRefund records - [GET /public/v1/customer-refunds/](https://docs.dualentry.com/resources/customer-refunds/list_customerrefund_records.md): Retrieve a paginated list of CustomerRefund records with filtering and ordering options. ## Get CustomerRefund record - [GET /public/v1/customer-refunds/{record_number}/](https://docs.dualentry.com/resources/customer-refunds/get_customerrefund_record.md): Retrieve a specific CustomerRefund record by number with all related data.