Skip to main content
Skip to main content

PaymentStatus

The order's payment status.

Enumeration Members

AWAITING

AWAITING = "awaiting"

The order's payment is awaiting capturing.


CANCELED

CANCELED = "canceled"

The order's payment is canceled.


CAPTURED

CAPTURED = "captured"

The order's payment is captured.


NOT_PAID

NOT_PAID = "not_paid"

The order's payment is not paid.


PARTIALLY_REFUNDED

PARTIALLY_REFUNDED = "partially_refunded"

Some of the order's payment amount is refunded.


REFUNDED

REFUNDED = "refunded"

The order's payment amount is refunded.


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The order's payment requires action.

Was this section helpful?