| Interface | Description |
|---|---|
| PaymentGatewayAdaptor |
Adaptor interface for integrating with third party payment gateway systems.
Any new payment gateway can be integrated with collections system by writing a class that implements this interface, and then defining a bean in application context for this class with id as [ServiceCode]PaymentGatewayAdaptor where [ServiceCode] is the service code for that payment gateway
service. |
| PaymentRequest |
The payment request interface.
|
| PaymentResponse |
The payment response interface.
|
| Class | Description |
|---|---|
| AxisAdaptor |
The PaymentRequestAdaptor class frames the request object for the payment
service.
|
| DefaultPaymentRequest | |
| DefaultPaymentResponse | |
| SbimopsAdaptor |
The PaymentRequestAdaptor class frames the request object for the payment service.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.