# Credit Notes

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


## List credit notes

 - [GET /credit-notes](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/listcreditnotes.md): Return a list of credit notes.

## Create a credit note

 - [POST /credit-notes](https://docs.resolvepay.com/merchant-api/openapi/credit-notes/createcreditnote.md): Create a new credit note.

## Request to void a 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.

## Fetch a 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.

