Interface CommercePaymentGateway


public interface CommercePaymentGateway
  • Method Details

    • authorize

      CommercePaymentEntry authorize(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • cancel

      CommercePaymentEntry cancel(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • capture

      CommercePaymentEntry capture(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • refund

      CommercePaymentEntry refund(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setUpPayment

      CommercePaymentEntry setUpPayment(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException