Credit Notes

Number of APIs: 8

  1. Preview a credit note GET {{baseUrl}}/v1/credit_notes/preview?invoice=<string>

  2. List all credit notes GET {{baseUrl}}/v1/credit_notes

  3. Create a credit note POST {{baseUrl}}/v1/credit_notes

  4. Retrieve a credit note's line items GET {{baseUrl}}/v1/credit_notes/:credit_note/lines

  5. Retrieve a credit note GET {{baseUrl}}/v1/credit_notes/:id

  6. Retrievee a credit note's preview items GET {{baseUrl}}/v1/credit_notes/preview/lines?invoice=<string>

  7. Update a credit note POST {{baseUrl}}/v1/credit_notes/:id

  8. Void a credit note POST {{baseUrl}}/v1/credit_notes/:id/void