Get credit note PDF
Endpoint: GET /v10/credit-notes/{creditNoteId}/pdf
This endpoint will fetch the PDF of a credit note.
caution
This endpoint might return an error with code 50010 indicating that the PDF is not ready yet. If you get this code you will have to wait and then try again.
Data of response
Parameter | Required | Default | Description |
---|---|---|---|
credit_note | Yes | The PDF of the credit note encoded using base64 |