Skip to main content
Skip to main content

PaymentStatus

The payment status of the order.

Enumeration Members

awaiting

awaiting = "awaiting"

The order's payment is awaiting.


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 isn't paid.


partially_refunded

partially_refunded = "partially_refunded"

The order's payment is partially refunded.


refunded

refunded = "refunded"

The order's payment is fully refunded.


requires_action

requires_action = "requires_action"

The order's payment requires an action.

Was this section helpful?