BillKit/Docs Console
Credit notes

Get credit note PDF

Download the credit note as a PDF.

GET/v1/credit_notes/{credit_note_id}/pdf
Operation get_credit_note_pdf · Scope credit_notes:read · Spec snapshot 2026-09-13

Parameters

ParameterDescription
credit_note_idstring · pathrequiredNo description in the spec.

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.
Request · curl
curl -X GET https://api.billkit.eu/v1/credit_notes/cn_9XKp2vQ1/pdf \
  -H "Authorization: Bearer $BILLKIT_SECRET_KEY"