cancelTransaction(final ITransaction, final Integer, final Long) method

Cancel a transaction by setting an error code to it.

Syntax

void cancelTransaction ( final ITransaction referencedTransaction , final Integer errorCode , final Long actorId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Exceptions

Usage

No further processing is applied, if you need to cancel a transaction that is already authorized or captured, use the respective cancellation methods.