IPaymentHandler interface

Syntax

public interface IPaymentHandler

Derived classes

Usage

The PaymentHandler is responsible for authorizing, capturing and canceling a transaction.If processing fails, the payment handler must throw a PaymentHandlerException.

To register a new payment handler with the IPaymentBroker, implement either the IPaymentInstrumentClassHandler or IPaymentInstrumentTypeHandler and register the implementation into the OSGi service registry under the specific interface you've implemented.

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.