Create Your First Invoice
This guide walks you through creating an invoice, checking its status, and handling the complete lifecycle.Prerequisites
- An Invoica API key (get one here)
- The Invoica SDK installed (
npm install @invoica/sdk)
Step 1: Initialize the Client
Step 2: Create an Invoice
Response
Step 3: List Your Invoices
Step 4: Monitor Invoice Status
Invoice Status Flow
Error Handling
Next Steps
- Set up webhooks to receive real-time invoice status updates
- Configure tax compliance for automatic tax calculation
- Explore the full API for advanced invoice operations