Home > @vsf-enterprise/bigcommerce-api > OrderPaymentStatus
# OrderPaymentStatus enum
Possible values of order payment statuses.
Signature:
export declare enum OrderPaymentStatus
# Enumeration Members
Member | Value | Description |
---|---|---|
Authorized | "authorized" | Authorized status. |
Captured | "captured" | Captured status. |
CapturePending | "capture pending" | Capture pending status. |
Declined | "declined" | Declined status. |
HeldForReview | "held for review" | Held for review status. |
Paid | "paid" | Paid status. |
PartiallyRefunded | "partially refunded" | Partially refunded status. |
Pending | "pending" | Pending status. |
Refunded | "refunded" | Refunded status. |
Void | "void" | Void status. |
VoidPending | "void pending" | Void pending status. |