# Customer Credits Manage credit memos for customers. Issue credits for returned goods, billing adjustments, or discounts that reduce customer balances or can be applied to future invoices. ## List CustomerCredit records - [GET /public/v1/customer-credits/](https://docs.dualentry.com/resources/customer-credits/list_customercredit_records.md): Retrieve a paginated list of CustomerCredit records with filtering and ordering options. ## Get CustomerCredit record - [GET /public/v1/customer-credits/{record_number}/](https://docs.dualentry.com/resources/customer-credits/get_customercredit_record.md): Retrieve a specific CustomerCredit record by number with all related data.