cURL
Credit Notes
Download Credit Note PDF
Retrieve the credit-note PDF (async; poll until ready).
GET
cURL
Same polling contract as the invoice download:
202 with
{"detail": "PDF is being generated."} while pending, 200 with
{"url": "https://…"} once pdf_status is COMPLETE.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
duplicated_charge- Duplicated Chargebilling_error- Billing Errordispute- Disputegoodwill- Goodwillother- Other
Available options:
duplicated_charge, billing_error, dispute, goodwill, other FINALIZED- FinalizedVOID- Void
Available options:
FINALIZED, VOID Pattern:
^-?\d{0,10}(?:\.\d{0,2})?$PENDING- PendingIN_PROGRESS- In ProgressCOMPLETE- Complete
Available options:
PENDING, IN_PROGRESS, COMPLETE 
