Payment gateway

There is a new PolicyCenter 9.0 feature for optional configuration of a payment gateway.

To implement a payment gateway, write your own implementation of the PaymentGatewayConfigPlugin and PaymentGatewayPlugin plugin interfaces. In the default configuration, there is exactly one implementation of each interface. The implementation of the PaymentGatewayConfigPlugin plugin interface is called DefaultPaymentGatewayConfigPlugin. The implementation of the PaymentGatewayPlugin plugin interface is called StandAlonePaymentGatewayPlugin. These examples are provided for demonstration only, and are not intended for production use.

See also