CardinalResponse - iOS

PropertiesTypeDescription

isValidated

BOOL

This value represents whether the transaction was successful or not.

errorNumber

NSInteger

Application error number. A non-zero value represents the error encountered while attempting the process the message request.

errorDescription

NSString

Application error description for the associated error number.

payment

CardinalPayment

Check CardinalPayment object for detailed information.

actionCode

CardinalResponseActionCode

The resulting state of the transaction. ENUM with the following possible values:

    CardinalResponseActionCodeSuccess,

    CardinalResponseActionCodeNoAction,

    CardinalResponseActionCodeFailure,

    CardinalResponseActionCodeError,

    CardinalResponseActionCodeCancel,

    CardinalResponseActionCodeTimeout