public interface PaymentIntegrationMgrInterface
| Modifier and Type | Method and Description |
|---|---|
void |
resultReceived(boolean approved,
com.konakart.appif.IpnHistoryIf ipnHistory)
Called whenever a payment result is received so that an external system can act upon the
payment.
|
void |
resultReceived(boolean approved,
com.konakart.appif.IpnHistoryIf ipnHistory,
com.konakart.appif.OrderIf order)
Called whenever a payment result is received so that an external system can act upon the
payment.
|
void resultReceived(boolean approved,
com.konakart.appif.IpnHistoryIf ipnHistory)
throws java.lang.Exception
approved - Set to true if the payment was successfulipnHistory - The IPNHistory object containing the details of the paymentjava.lang.Exception - an unexpected KKException exceptionvoid resultReceived(boolean approved,
com.konakart.appif.IpnHistoryIf ipnHistory,
com.konakart.appif.OrderIf order)
throws java.lang.Exception
approved - Set to true if the payment was successfulipnHistory - The IPNHistory object containing the details of the paymentorder - The orderjava.lang.Exception - an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.