Invoices

Number of APIs: 14

  1. List all invoices GET {{baseUrl}}/v1/invoices

  2. Create an invoice POST {{baseUrl}}/v1/invoices

  3. Retrieve an upcoming invoice GET {{baseUrl}}/v1/invoices/upcoming

  4. Retrieve an upcoming invoice's line items GET {{baseUrl}}/v1/invoices/upcoming/lines

  5. Delete an invoice DELETE {{baseUrl}}/v1/invoices/:invoice

  6. Update an invoice POST {{baseUrl}}/v1/invoices/:invoice

  7. Retrieve an invoice's line items GET {{baseUrl}}/v1/invoices/:invoice/lines

  8. Mark an invoice as uncollectable POST {{baseUrl}}/v1/invoices/:invoice/mark_uncollectible

  9. Pay an invoice POST {{baseUrl}}/v1/invoices/:invoice/pay

  10. Send an invoice for manual payment POST {{baseUrl}}/v1/invoices/:invoice/send