IMakerCheckerAction< Req extends IMoneyRequest, Res extends ITransactionResponse > interface

Syntax

public interface IMakerCheckerAction< Req extends IMoneyRequest, Res extends ITransactionResponse >

Usage

Actions for creating a workflow process for a transaction request, e.g. to support maker/checker.

In the reference implementation of the authorization flow this method is called after a successful pre-authorization and authentication. That means that the authorization request may be rejected before the workflow process is started due to balance or limit checks failing (to name just a few).

The reference implementation defines transaction demarcation on the action level and does not rely the client code starting a transaction themselves.

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.