afterCaptureSuccess(final Req, final Res, final AtomicReference< CallerInformation >, final AtomicReference< Long >, AtomicReference< Long >) method

Called after a successful Capture has occurred.

Syntax

void afterCaptureSuccess ( final Req request , final Res response , final AtomicReference< CallerInformation > callerRef , final AtomicReference< Long > captIdRef , AtomicReference< Long > authIdRef )

Parameters

Usage

Capture is either invoked as a separate service call or as part of the standard authorisation flow.

Any exception thrown by this method will be swallowed and will not affect the transaction outcome - unless something bad happens on the DB and the commit charge can not be stored to the DB.