Class MerchantCallbackController


  • @Controller
    public class MerchantCallbackController
    extends BaseIntegrationController
    Controller to handle merchant callbacks from a subscription provider
    • Constructor Detail

      • MerchantCallbackController

        public MerchantCallbackController()
    • Method Detail

      • process

        @RequestMapping(value="/integration/merchant_callback",
                        method=POST)
        public void process​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)