Credit Notes
Number of APIs: 7
-
Create a credit note POST {{baseUrl}}/v1/credit_notes
-
Retrievee a credit note's preview items GET {{baseUrl}}/v1/credit_notes/preview/lines?invoice=<string>
-
Retrieve a credit note's line items GET {{baseUrl}}/v1/credit_notes/:credit_note/lines
-
Update a credit note POST {{baseUrl}}/v1/credit_notes/:id
-
Retrieve a credit note GET {{baseUrl}}/v1/credit_notes/:id
-
Void a credit note POST {{baseUrl}}/v1/credit_notes/:id/void
-
Preview a credit note GET {{baseUrl}}/v1/credit_notes/preview?invoice=<string>