Invoice statuses
awaiting_payment, quoted, pending
Terminal (no further payment updates): paid, underpaid, failed, expired, refunded, cancelled
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Invoice and payment row status enums.
pending | quoted | awaiting_payment | paid | underpaid | expired | failed | refunded | cancelled
awaiting_payment, quoted, pending
Terminal (no further payment updates): paid, underpaid, failed, expired, refunded, cancelled
| Status | Description |
|---|---|
pending | Detected, awaiting confirmation |
completed | Fully confirmed |
underpaid | Less than expected |
overpaid | More than expected |
failed | Payment failed |
| Invoice status | Event | Default subscription |
|---|---|---|
| (on create) | invoice.created | Yes |
paid | invoice.paid | Yes |
underpaid | invoice.underpaid | Yes |
failed | invoice.failed | Yes |
expired | invoice.expired | Yes |
cancelled | invoice.cancelled | Yes (Woo managed) |
refunded | invoice.refunded | No: platform polling only |