Skip to main content

AccountInvoiceStatus

Payment state of an account invoice that MONEI issues to the merchant.

  • PENDING - Invoice generated, payment not yet due.
  • PAST_DUE - Payment deadline passed without successful collection.
  • PAID - Invoice paid in full.
  • UNPAID - Invoice not paid (collection failed or cancelled).
enum AccountInvoiceStatus {
PENDING
PAST_DUE
PAID
UNPAID
}

Values

AccountInvoiceStatus.PENDING

AccountInvoiceStatus.PAST_DUE

AccountInvoiceStatus.UNPAID

Member Of

AccountInvoice object