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

Declined transaction - Other

Properties

Link copied to clipboard
Link copied to clipboard
val message: String? = null
Link copied to clipboard
open val referenceNumber: String? = null