Skip to content

Credit notes

Credit invoice (full, once)

Scope: invoices:write

Terminal window
curl -X POST https://app.rieck.nu/api/v1/invoices/9b2f1c1e-…/credit \
-H "Authorization: Bearer $RIECK_API_KEY" \
-H "Idempotency-Key: order-2041"

List credit notes

Scope: invoices:read

Query
customerIdFilter by customer
limitPage size, 1-200 (default 50)
cursorOpaque cursor from meta.nextCursor
Terminal window
curl https://app.rieck.nu/api/v1/creditnotes \
-H "Authorization: Bearer $RIECK_API_KEY"

Get credit note

Scope: invoices:read

Terminal window
curl https://app.rieck.nu/api/v1/creditnotes/9b2f1c1e-… \
-H "Authorization: Bearer $RIECK_API_KEY"

Credit note PDF (WORM)

Scope: invoices:read

Terminal window
curl https://app.rieck.nu/api/v1/creditnotes/9b2f1c1e-…/pdf \
-H "Authorization: Bearer $RIECK_API_KEY"