Interface AuthorizePaymentMethodHook
public interface AuthorizePaymentMethodHook
Hook interface for Payment Authroization
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel) Executed after authorizing paymentvoidExecuted before authorizing payment
-
Method Details
-
beforeAuthorizePaymentAmount
Executed before authorizing payment- Parameters:
parameter- object containing all the information for checkout
-
afterAuthorizePaymentAmount
void afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel) Executed after authorizing payment- Parameters:
parameter- object containing all the information for checkoutpaymentTransactionEntryModel- object containing all information for payment transaction
-