public interface PaymentGateway
Modifier and Type | Method and Description |
---|---|
Boolean |
cancelPayment(Payment payment)
cancelPayment is only used in Payment#revertGatewyPayment
|
void |
execute(PaymentInfoMagcard payinfo)
Execute must pass a payment request to the gateway using the parameters in PaymentInfoMagcard and write
the results back into PaymentInfoMagcard.
|
PaymentPanel |
getInfoMagcardFactory(JPaymentNotifier notifier) |
Boolean |
reconciliate() |
Boolean |
reconciliateWithClosure() |
boolean |
supportsReconciliation() |
PaymentPanel getInfoMagcardFactory(JPaymentNotifier notifier)
void execute(PaymentInfoMagcard payinfo)
payinfo
- The payinfo object stores all transaction parameters including the return values.Boolean reconciliate()
Boolean reconciliateWithClosure()
Boolean cancelPayment(Payment payment)
payment
- boolean supportsReconciliation()
Copyright © 2021. All rights reserved.