status property

String status
getter/setter pair

Current status of the order

  • INITIAL: The initial status of an order.

  • PENDING: The order is waiting for payment to be completed.

  • PAID: The order has been successfully paid.

  • CANCELED: The order has been canceled by the user or system.

  • ERROR: There was an error processing the order.

  • REFUNDING: The refund process is in progress.

  • REFUNDED: The order has been refunded.

  • EXPIRED: The order has expired and cannot be paid.

Implementation

String status;