Send an invoice
POST /invoices/{invoice_id}/send
Marks the invoice as sent and creates the corresponding accounts receivable journal entry.
Talk to this API →Try it
curl https://api.everycent.ai/v1/invoices/{invoice_id}/send \
-H "Authorization: Bearer ec_sandbox_FVpY" \
-d '{}'