InvoiceStatusEnum
Enumeration Members
Cancelled
Cancelled: "CANCELLED";
The invoice payment was cancelled.
ChargedBack
ChargedBack: "CHARGED_BACK";
The invoice payment has been charged back.
Expired
Expired: "EXPIRED";
The invoice payment has expired.
Failed
Failed: "FAILED";
The invoice payment has failed.
Open
Open: "OPEN";
The invoice payment is open.
Paid
Paid: "PAID";
The invoice has been successfully paid in full.
Paidout
Paidout: "PAIDOUT";
The invoice has been successfully paid in full.
PartiallyPaid
PartiallyPaid: "PARTIALLY_PAID";
The invoice has been partially paid.
PartiallyRefunded
PartiallyRefunded: "PARTIALLY_REFUNDED";
The invoice has been partially refunded.
Pending
Pending: "PENDING";
The invoice payment is pending.
Refunded
Refunded: "REFUNDED";
The invoice has been refunded in full.
Last updated
Was this helpful?