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

Syntax

void doCapture ( final long captureId , final Long authorisationId , final List< IKeyValue > unstructuredDataRequest , final List< IKeyValue > unstructuredDataResponse , final Long actorId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Exceptions

Usage

Perform the actual capture 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

Capture

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

Capture

transaction will be marked with an error code.