# Credit Notes

Credit Notes are issued to customers to reduce the amount they owe.

 - [GET /credit-notes](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/listcreditnotes.md): Return a list of credit notes.
 - [POST /credit-notes](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/createcreditnote.md): Create a new credit note.
 - [POST /credit-notes/{credit_note_id}/void](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/voidcreditnote.md): Request to void an existing credit note.
 - [GET /credit-notes/{credit_note_id}](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/fetchcreditnote.md): Retrieve an existing credit note by its ID.
