Declined
Declined transaction
Parameters
cardReadMode
the read mode active when the decline occurred
message
a message explaining why it was declined
referenceNumber
reference number of the transaction (null if declined before going online)
Inheritors
Types
Link copied to clipboard
class Online(val code: String?, val processorCode: String?, val cardReadMode: SDKCardReadMode?, val message: String?, val referenceNumber: String) : SDKTransactionError.TransactionResult.Declined
Declined transaction - Online Request was well formed and valid, but gateway decided to decline the transaction.
Link copied to clipboard
class Other(val reason: SDKTransactionError.TransactionResult.Declined.Other.Reason, val cardReadMode: SDKCardReadMode?, val message: String?, val referenceNumber: String? = null) : SDKTransactionError.TransactionResult.Declined
Declined transaction - Other