Class ChipDnaMobile

java.lang.Object
com.creditcall.chipdnamobile.ChipDnaMobile

public class ChipDnaMobile extends Object
This class should be used for processing Card Present sale and refund transactions on a mobile device. It also provides the necessary functionality for refunding a sale transaction, and sending email and SMS receipts.

connectAndConfigure(Parameters), startTransaction(Parameters), linkedRefundTransaction(Parameters), getCardDetails(Parameters) , confirmTransaction(Parameters) and voidTransaction(Parameters) cannot be executed simultaneously, the operation that they perform needs to be finished before any of the other methods is executed. The method dispose(Parameters) cannot be used when the above operations are taking place. Otherwise AnotherOperationBeingProcessed error is returned.

Author:
Creditcall Ltd