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

Invoked after a successful authorisation cancel.

Syntax

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

Parameters

Usage

Authorisation Cancel can be either invoked as a separate service call or is invoked internally in case of a failed auto-capture.

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.