DocsBilling & PaymentsInvoices & Receipts
Billing & Payments

Invoices & Receipts

View, download and manage your billing history.

Viewing invoices

All invoices are available at Dashboard → Billing → Invoices. Each invoice shows:

  • Invoice number
  • Billing period
  • Line items (each resource and its cost)
  • Total amount due
  • Payment status

Download as PDF

Click the Download button on any invoice to get a PDF copy suitable for accounting or expense claims.

Via API

bash
# List all invoices
curl https://api.wasaacloud.com/api/billing/invoices \
  -H "Authorization: Bearer YOUR_TOKEN"

# Get specific invoice
curl https://api.wasaacloud.com/api/billing/invoices/INV-2024-001 \
  -H "Authorization: Bearer YOUR_TOKEN"
← Previous
M-Pesa Payments

Was this article helpful?

Need more help? Open a support ticket

On this page

Viewing invoices
Download as PDF
Via API
Get support