| java.lang.Object org.ofbiz.accounting.payment.PaymentGatewayServices
PaymentGatewayServices | public class PaymentGatewayServices (Code) | | PaymentGatewayServices
author: Andy Zeneski version: $Revision: 1.26 $ since: 2.0 |
Method Summary | |
public static Map | alwaysApproveProcessor(DispatchContext dctx, Map context) Always approve processor. | public static Map | alwaysApproveWithCapture(DispatchContext dctx, Map context) | public static Map | alwaysDeclineProcessor(DispatchContext dctx, Map context) Always decline processor. | public static Map | alwaysFailProcessor(DispatchContext dctx, Map context) | public static Map | authOrderPayments(DispatchContext dctx, Map context) | public static Map | captureOrderPayments(DispatchContext dctx, Map context) | public static Map | capturePaymentsByInvoice(DispatchContext dctx, Map context) | public static GenericValue | getAuthTransaction(GenericValue orderPaymentPreference) | public static Map | processManualCcTx(DispatchContext dctx, Map context) | public static Map | refundPayment(DispatchContext dctx, Map context) | public static Map | releaseOrderPayments(DispatchContext dctx, Map context) | public static Map | retryFailedAuths(DispatchContext dctx, Map context) | public static Map | testCapture(DispatchContext dctx, Map context) | public static Map | testProcessor(DispatchContext dctx, Map context) | public static Map | testRefund(DispatchContext dctx, Map context) | public static Map | testRelease(DispatchContext dctx, Map context) |
AUTH_SERVICE_TYPE | final public static String AUTH_SERVICE_TYPE(Code) | | |
CAPTURE_SERVICE_TYPE | final public static String CAPTURE_SERVICE_TYPE(Code) | | |
CREDIT_SERVICE_TYPE | final public static String CREDIT_SERVICE_TYPE(Code) | | |
REAUTH_SERVICE_TYPE | final public static String REAUTH_SERVICE_TYPE(Code) | | |
REFUND_SERVICE_TYPE | final public static String REFUND_SERVICE_TYPE(Code) | | |
RELEASE_SERVICE_TYPE | final public static String RELEASE_SERVICE_TYPE(Code) | | |
authOrderPayments | public static Map authOrderPayments(DispatchContext dctx, Map context)(Code) | | Processes payments through service calls to the defined processing service for the ProductStore/PaymentMethodType
APPROVED|FAILED|ERROR for complete processing of ALL payment methods. |
captureOrderPayments | public static Map captureOrderPayments(DispatchContext dctx, Map context)(Code) | | Captures payments through service calls to the defined processing service for the ProductStore/PaymentMethodType
COMPLETE|FAILED|ERROR for complete processing of ALL payment methods. |
capturePaymentsByInvoice | public static Map capturePaymentsByInvoice(DispatchContext dctx, Map context)(Code) | | Captures payments through service calls to the defined processing service for the ProductStore/PaymentMethodType
COMPLETE|FAILED|ERROR for complete processing of ALL payment methods. |
releaseOrderPayments | public static Map releaseOrderPayments(DispatchContext dctx, Map context)(Code) | | Releases authorizations through service calls to the defined processing service for the ProductStore/PaymentMethodType
COMPLETE|FAILED|ERROR for complete processing of ALL payments. |
testProcessor | public static Map testProcessor(DispatchContext dctx, Map context)(Code) | | Simple test processor; declines all orders < 100.00; approves all orders > 100.00
|
|
|