Invoice API
Last updated
Create Invoice: POST /api/v1/invoices
Get Invoice: GET /api/v1/invoices/{id}
Finalize Invoice: POST /api/v1/invoices/{id}/finalize
Void Invoice: POST /api/v1/invoices/{id}/void
Mark as Paid: POST /api/v1/invoices/{id}/pay
For more details check API Reference
Last updated