PAUSED
This state means our app (not a payment system) doesn't communicate with payment system at the moment. In means,
the payment system can perform any action with the payment (like approval, rejection etc.). Later on our app can
request latest status via getPaymentStatus() method and then our app updates state of the payment.
We can treat PAUSED state as unknown yet
.