doCaptureCancel(final long, final List< IKeyValue >, final List< IKeyValue >, final Long) method

Syntax

void doCaptureCancel ( final long captureCancelId , final List< IKeyValue > unstructuredDataRequest , final List< IKeyValue > unstructuredDataResponse , final Long actorId )

Parameters

Exceptions

Usage

Perform the actual capture cancel for the given capture transaction.

Notes on transactional semantics:

If a business logic exception occurs, a

MobiliserServiceException

will be thrown and the database transaction committed. If the the cause stems from the underlying payment handler, both the main

Transaction

and the

CaptureCancel

transaction will be failed. Any other exception will trigger a rollback of the database transaction followed by a fresh transaction inside of which the

CaptureCancel

transaction will be marked with an error code.