Represents the status of a transaction.

Enumeration Members

CANCELLED: "CANCELLED"

Transaction have been cancelled.

COMPLETED: "COMPLETED"

Transaction is completed. Note that some transactions might be completed from Embedded Wallet point of view, but not from customer point of view, since money movement might take some time outside of the Embedded Wallet network.

FAILED: "FAILED"

Transaction is failed. Check STATUS_REASON property for details.

PENDING: "PENDING"

Transaction is created and further action is required by the customer.

PROCESSING: "PROCESSING"

Transaction is scheduled for processing by the payment provider.

REFUNDED: "REFUNDED"

Valid only for deposit transactions.