Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples
"<string>"
{ "error": { "code": "INVALID_DATA", "message": "provide either lines or a single amount, not both" } }
{ "error": { "code": "<string>", "message": "<string>" } }
{ "error": { "code": "CREDIT_NOTE_NOT_FOUND", "message": "credit note not found" } }
{ "error": { "code": "PDF_RENDER_FAILED", "message": "failed to render credit note PDF" } }
Renders and streams the credit note as an inline PDF.
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
sk_…
Authorization: Bearer <key>
The credit note id (cn_…).
cn_…
The credit note rendered as a PDF.
The response is of type file.
file