Types

Link copied to clipboard
data class Authorization(val amount: String, val language: String, val transactionType: String?) : TransactionState

Being sent while Payment Application performs Auth call to gateway

Link copied to clipboard

Being sent while Payment Application currently idle

Link copied to clipboard
data class PaymentProcessing(val amount: String, val language: String, val transactionType: String?) : TransactionState

Being sent while Payment Application processes the payment

Link copied to clipboard
data class ProcessingOperation(val message: String) : TransactionState

Being sent while Payment Application processes some service activities