# Customer Deposits Manage customer deposit transactions. Record and track deposits received from customers as security or partial payment, held in liability accounts until earned or refunded. ## List CustomerDeposit records - [GET /public/v1/customer-deposits/](https://docs.dualentry.com/resources/customer-deposits/list_customerdeposit_records.md): Retrieve a paginated list of CustomerDeposit records with filtering and ordering options. ## Get CustomerDeposit record - [GET /public/v1/customer-deposits/{record_number}/](https://docs.dualentry.com/resources/customer-deposits/get_customerdeposit_record.md): Retrieve a specific CustomerDeposit record by number with all related data.