TransactionStatus
Defines a transaction processing status
-
Transaction processing started. This status is set immediately after transaction was locally validated. This status will be kept until a response from server is received and can be followed by
processing
,completed
, orfailed
status. -
Transaction processing had finished successfully. This is a final status.
-
Transaction validation or processing had failed. This is a final status.