Skip to main content
Skip to main content

PaymentStatus

The order's payment status.

Enumeration Members

NOT_PAID

NOT_PAID = "not_paid"

The order's payment is not paid.

AWAITING

AWAITING = "awaiting"

The order's payment is awaiting capturing.

CAPTURED

CAPTURED = "captured"

The order's payment is captured.

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.

CANCELED

CANCELED = "canceled"

The order's payment is canceled.

REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The order's payment requires action.

Was this section helpful?