Credit notes
Get credit note
Retrieve one credit note.
GET/v1/credit_notes/{credit_note_id}
Parameters
| Parameter | Description |
|---|---|
| credit_note_idstring · pathrequired | No description in the spec. |
Returns
Returns a CreditNoteResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the credit_notes:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other credit notes operations
- List credit notes GET /v1/credit_notes
- Get credit note PDF GET /v1/credit_notes/{credit_note_id}/pdf
BillKit