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

This method is called in case the authorisation of the transaction was successful.

Syntax

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

Parameters

Usage

In case of auto-capture the capture will happen right away otherwise the response is returned to the caller.

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.