public interface PaymentGatewayAdaptor
[ServiceCode]PaymentGatewayAdaptor [ServiceCode] is the service code for that payment gateway
service. BDPGI is the service code of Bill Desk Payment Gateway
service, then the corresponding adaptor bean should have the id as
BDPGIPaymentGatewayAdaptor| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
createPaymentRequest(org.egov.infstr.models.ServiceDetails service,
ReceiptHeader receipt)
Creates payment request object that will be used by the system to invoke
the payment gateway URL with appropriate request parameters.
|
PaymentResponse |
parsePaymentResponse(String response)
Parses the payment response string received from the payment gateway and
creates the payment response object
|
PaymentRequest createPaymentRequest(org.egov.infstr.models.ServiceDetails service, ReceiptHeader receipt)
service - The payment gateway service objectreceipt - The receipt for which payment is to be donePaymentRequestPaymentResponse parsePaymentResponse(String response)
response - The response string received from payment gatewayPaymentResponseCopyright © 2015–2017 eGovernments Foundation. All rights reserved.