Aller au contenu principal

Invoicing

Create, send, and track invoices. Customers can pay directly from the invoice via mobile money or card.

Create an Invoice

curl -X POST https://api.ikawaari.com/v1/invoices \
-H "Authorization: Bearer ik_test_your_key" \
-H "Content-Type: application/json" \
-d '{
"customer": "cus_abc123",
"currency": "XOF",
"items": [
{ "description": "Web Development", "amount": 150000, "quantity": 1 },
{ "description": "Hosting (monthly)", "amount": 25000, "quantity": 3 }
],
"due_date": "2026-03-15"
}'

Invoice Lifecycle

StatusDescription
draftInvoice created but not yet sent
openInvoice sent to customer
paidCustomer has paid
voidInvoice canceled
uncollectibleMarked as uncollectible

Features

  • Automatic reminders — Send payment reminders before and after due date
  • Online payment — Customers pay directly from the invoice link
  • PDF generation — Professional PDF invoices with your branding
  • Tax calculation — Automatic tax computation based on country rules