# Credit memos Use credit memos to provide a customer with store credit. A common use case for using a credit memo is to provide a customer with store credit, rather than a refund, if the customer pays more than they owe or returns a product. For information on the credit memo resource, see [Resources](https://www.rebilly.com/docs/dev-docs/concepts/#resources). ## Retrieve credit memos - [GET /credit-memos](https://www.rebilly.com/docs/dev-docs/api/credit-memos/getcreditmemocollection.md): Retrieves a list of credit memos. ## Create a credit memo - [POST /credit-memos](https://www.rebilly.com/docs/dev-docs/api/credit-memos/postcreditmemo.md): Creates a credit memo. ## Retrieve a credit memo - [GET /credit-memos/{id}](https://www.rebilly.com/docs/dev-docs/api/credit-memos/getcreditmemo.md): Retrieves a credit memo with a specified ID. ## Upsert a credit memo - [PUT /credit-memos/{id}](https://www.rebilly.com/docs/dev-docs/api/credit-memos/putcreditmemo.md): Creates or updates (upserts) a credit memo with a specified ID. ## Partially update a credit memo - [PATCH /credit-memos/{id}](https://www.rebilly.com/docs/dev-docs/api/credit-memos/patchcreditmemo.md): Partially updates a credit memo with a specified ID. ## Void a credit memo - [POST /credit-memos/{id}/void](https://www.rebilly.com/docs/dev-docs/api/credit-memos/postcreditmemovoid.md): Voids a credit memo with a specified ID. ## Credit memo applied - [POST credit-memo-applied](https://www.rebilly.com/docs/dev-docs/api/credit-memos/credit-memo-applied.md) ## Credit memo created - [POST credit-memo-created](https://www.rebilly.com/docs/dev-docs/api/credit-memos/credit-memo-created.md) ## Credit memo modified - [POST credit-memo-modified](https://www.rebilly.com/docs/dev-docs/api/credit-memos/credit-memo-modified.md) ## Credit memo partially applied - [POST credit-memo-partially-applied](https://www.rebilly.com/docs/dev-docs/api/credit-memos/credit-memo-partially-applied.md) ## Credit memo voided - [POST credit-memo-voided](https://www.rebilly.com/docs/dev-docs/api/credit-memos/credit-memo-voided.md)