# Credit Notes Credit Notes are issued to customers to reduce the amount they owe. ## List credit notes - [GET /credit-notes](https://resolve.redocly.app/swagger/credit-notes/listcreditnotes.md): Return a list of credit notes. ## Create a credit note - [POST /credit-notes](https://resolve.redocly.app/swagger/credit-notes/createcreditnote.md): Create a new credit note. ## Request to void a credit note - [POST /credit-notes/{credit_note_id}/void](https://resolve.redocly.app/swagger/credit-notes/voidcreditnote.md): Request to void an existing credit note. ## Fetch a credit note - [GET /credit-notes/{credit_note_id}](https://resolve.redocly.app/swagger/credit-notes/fetchcreditnote.md): Retrieve an existing credit note by its ID.