Order and Payment Status

For orders, we can have the following status:

  • ORDER_CANCELED: The order has been canceled.
  • ORDER_CHARGE_BACK: The order amount was disputed and refunded.
  • ORDER_CREATE: The order has been created but not yet finalized.
  • ORDER_FAILED: The order process failed.
  • ORDER_IN_ANALYSIS: The order is under analysis.
  • ORDER_NOT_PAID: The order was created but the payment was not made.
  • ORDER_PAID: The payment for the order was successfully completed.
  • ORDER_WAITING: The order is waiting for payment or further processing.

Possible status for the payments object of an order:

  • canceled: Payment was canceled.
  • charged_back: The amount was disputed and returned.
  • created: Payment was created but not yet processed.
  • failed: Payment attempt failed.
  • new: New payment awaiting processing.
  • paid: Payment completed successfully.
  • pending: Payment is pending confirmation.
  • pre_authorized: Payment was pre-authorized.
  • succeeded: Payment successful.