OrderTransactionStatus enum
Transaction status’ describe the status of a transaction.
Values
- AWAITING_RESPONSE
Awaiting a response. - ERROR
There was an error while processing the transaction. - FAILURE
The transaction failed. - PENDING
The transaction is pending. - SUCCESS
The transaction succeeded. - UNKNOWN
The transaction status is unknown.
Types that return OrderTransactionStatus
[OrderTransaction.status](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction#status-2021-01)