Skip to content

Instantly share code, notes, and snippets.

@shareefhiasat
Created May 14, 2017 18:11
Show Gist options
  • Save shareefhiasat/77d2a5e60ade834ff51a19a894ea3c1c to your computer and use it in GitHub Desktop.
Save shareefhiasat/77d2a5e60ade834ff51a19a894ea3c1c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
log4j:WARN Failure in post-close rollover action
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EWTC2016960/availabilities
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
May 14, 2017 6:28:27 AM com.sajilni.controller.order.CartControllerNew buyTickets
SEVERE: Error getting tickets from DTCM
com.jrupal.exceptions.WebRequestException: Not Found
at com.jrupal.util.Web.httpRequest(Web.java:578)
at com.jrupal.util.Web.httpRequest(Web.java:404)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:150)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:131)
at com.dtcm.service.performance.PerformanceService.getPerformancePriceAvailabilities(PerformanceService.java:221)
at com.sajilni.service.dtcm.DTCMCartService.checkAvilability(DTCMCartService.java:98)
at com.sajilni.controller.order.CartControllerNew.buyTickets(CartControllerNew.java:245)
at sun.reflect.GeneratedMethodAccessor1096.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1757)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1716)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EWTC2016960/availabilities buy ticket step 1 show availabilities event id 1963
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 6:28:27 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:01 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:01 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:01 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:05 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 6:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:07 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:08 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:12 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:17 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:45:17 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 6:54:40 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541126-7403ff0ac49ccreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 6:54:40 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 6:54:40 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:18 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 6:59:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:21 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:23 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:25 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:26 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:28 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:28 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 6:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 6:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:30 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 6:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 6:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 6:59:31 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 6:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:01 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:04 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 7:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:05 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:07 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:08 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:10 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:00:15 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:00:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 7:08:34 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4624-1541160-284102359685b3return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 7:08:34 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 7:08:34 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 7:18:35 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 7:18:35 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EHTP2017687/availabilities
May 14, 2017 7:18:35 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 7:18:35 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 7:18:35 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
May 14, 2017 7:18:36 AM com.sajilni.controller.order.CartControllerNew buyTickets
SEVERE: Error getting tickets from DTCM
com.jrupal.exceptions.WebRequestException: Not Found
at com.jrupal.util.Web.httpRequest(Web.java:578)
at com.jrupal.util.Web.httpRequest(Web.java:404)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:150)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:131)
at com.dtcm.service.performance.PerformanceService.getPerformancePriceAvailabilities(PerformanceService.java:221)
at com.sajilni.service.dtcm.DTCMCartService.checkAvilability(DTCMCartService.java:98)
at com.sajilni.controller.order.CartControllerNew.buyTickets(CartControllerNew.java:245)
at sun.reflect.GeneratedMethodAccessor1096.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1757)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1716)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
May 14, 2017 7:18:36 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 7:18:36 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EHTP2017687/availabilities buy ticket step 1 show availabilities event id 4367
May 14, 2017 7:18:36 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 7:18:36 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 7:18:36 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
May 14, 2017 7:23:33 AM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=536122******1558, card_holder_name=Nadia Elkadri, signature=5916161d6a19dd9836656e31637bbd801c8568c0c4e21eba652ec2811c06aa1b, merchant_identifier=vOQkvpMl, expiry_date=1706, access_code=UI0QUbU5DANvFENdhU42, language=en, response_message=Success, service_command=TOKENIZATION, merchant_reference=4624-1541160-284102359685b3, token_name=4EA57A9A1BE53E72E0530100007F4792, return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=18, card_bin=536122]
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 7:23:33 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42card_bin=536122card_holder_name=Nadia Elkadricard_number=536122******1558expiry_date=1706language=enmerchant_identifier=vOQkvpMlmerchant_reference=4624-1541160-284102359685b3remember_me=NOresponse_code=18000response_message=Successreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=4EA57A9A1BE53E72E0530100007F4792saj4642164
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 7:23:33 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42amount=51950command=PURCHASEcurrency=JODcustomer_email=dabbasrasha@gmail.comcustomer_ip=92.241.45.7customer_name=Rasha Dabbas device_fingerprint=0400nyhffR+vPCUNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932Cz0hlTurIlsphv3HZCDBW5umH9P6UyVFMW7G4wFXr0v0MnSoJziAyl6uB5xKjTqLNPwec76zyXJakzlhvKatVjussydRjZjLjFmQWppRl6Bv4pp48B2PR0LUM6Rn3JtHEfF9hXdZ4DRRiwxmZVjl9I1mwOrEluKwahRa0RjZaTQpMyPpjzYuuV+VhT2JQxvTdTn3ScfrBfYROzyRK5epbnBv0H5fnbrW5OdPexxhYrCxQ1ko/XcwLNvBql+telVcYeh/dKa3lSW6Oh9ltHZfQIggPoVjqnTR6FC6A4XHytZ7Tn6b+z24SKe+wPwB7YcyECNO6eLRhhwXvJkdtP6Fqn5QcFlNJmLM+yn9oYcKrLSfq4WCiHMbq2B6wUtrTp52I1o2PKD2csfLV4d+RnQegnNK3Sga2t5uGnkSgdLKE688XEXuMseiKJeDOp9O+A+AUfv7tOhDqP1BGJ/RBTEX78VYLhnQo+ZYXafmn9nFxYP+PMig4mn6QjDntEcVmW1kMiowEVwuiFnnBNuSqWYFHk37TRIVYEB3jfCUDfWr5GwgumBN5K6S3QH/qOD58dwtAM6m8KZlmvCNrbKtwwkZ7ZfhfflTR5XM9ktY6XGm3RhT1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU0aGHlDxp8B4cN4NaXuzaBC7rzbxH0ZCbqQct2fIUhDBy/ZGi/OZc1PWD1Ek94E2JxvvIApWVhTfj9Vx2xW1nbvSIBfLN+R0M79MOnRTMthL4qMDk5M2ilFC2dweZ48L7VLB6M5fl2EoZiuy7XetzhEJuvK70bwBpHGL9SBAEfPHBSRpGgPrZlXDDro1qjARSCLJerTqLAc4bertyBN93RFmJSWyHScDbiCfuu5hnVq7ev4EftXCF5JGxrs/4U6kzMiq+LpMo5pjsVUK9lSCSmF+pgCd2Ux7tpGQOR3YJIJcPDGBZAe5VzQpFJhkh2Fo00L1Mqby/Th6wdOTLBEAd5VOqCA2d/VnR2f5a8LChWIdQuDB7h6M5D0gX3A4cAE9Y2r0rvbBRVd53BOJ2d5nlZ6oNBEkNZ1jV5g5w1cZaHl6HRH29E2Pl68vN0XpeFtRx33EPopga4/ZMBMIEIIlfJT4xPDcpR57NPYCUQyFoMAne+shc15t4DNEtjvEplMBkzuuRGOvyu+U3S/NbWo2JmA7InddiAxCzad9RTDPFPDfJ2s4G+CB7HrYb5U24lM4yQSOAn65pNCaXFKTPFG3UmduKz5MABLpLMtAEqXxm9mWtTVtY0qMxUdAtcWnyiaaDU6UreanrMq4GrQY9juam7JJCf3qFfLPu/o6ll5NbI0XVSaircwUTU64DAzUaoOdJNL1cXTnKeoMmUFgP7Wq+7GA218m2rSZ5Za/+ducLu87JSWZR9g854U=eci=ECOMMERCElanguage=enmerchant_identifier=vOQkvpMlmerchant_reference=4624-1541160-284102359685b3order_description=4624-1541160-162362remember_me=NOreturn_url=https://www.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=4EA57A9A1BE53E72E0530100007F4792cqer324589
+++{"signature":"828d9b1b17164d1f219c0f766713253577d48ec590f48fb145f5f917603af235","currency":"JOD","amount":"51950","language":"en","return_url":"https://www.sajilni.com/payment/payfort-callback-page-2.html","token_name":"4EA57A9A1BE53E72E0530100007F4792","eci":"ECOMMERCE","command":"PURCHASE","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1541160-284102359685b3","customer_email":"dabbasrasha@gmail.com","customer_name":"Rasha Dabbas ","customer_ip":"92.241.45.7","remember_me":"NO","device_fingerprint":"0400nyhffR+vPCUNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932Cz0hlTurIlsphv3HZCDBW5umH9P6UyVFMW7G4wFXr0v0MnSoJziAyl6uB5xKjTqLNPwec76zyXJakzlhvKatVjussydRjZjLjFmQWppRl6Bv4pp48B2PR0LUM6Rn3JtHEfF9hXdZ4DRRiwxmZVjl9I1mwOrEluKwahRa0RjZaTQpMyPpjzYuuV+VhT2JQxvTdTn3ScfrBfYROzyRK5epbnBv0H5fnbrW5OdPexxhYrCxQ1ko/XcwLNvBql+telVcYeh/dKa3lSW6Oh9ltHZfQIggPoVjqnTR6FC6A4XHytZ7Tn6b+z24SKe+wPwB7YcyECNO6eLRhhwXvJkdtP6Fqn5QcFlNJmLM+yn9oYcKrLSfq4WCiHMbq2B6wUtrTp52I1o2PKD2csfLV4d+RnQegnNK3Sga2t5uGnkSgdLKE688XEXuMseiKJeDOp9O+A+AUfv7tOhDqP1BGJ/RBTEX78VYLhnQo+ZYXafmn9nFxYP+PMig4mn6QjDntEcVmW1kMiowEVwuiFnnBNuSqWYFHk37TRIVYEB3jfCUDfWr5GwgumBN5K6S3QH/qOD58dwtAM6m8KZlmvCNrbKtwwkZ7ZfhfflTR5XM9ktY6XGm3RhT1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU0aGHlDxp8B4cN4NaXuzaBC7rzbxH0ZCbqQct2fIUhDBy/ZGi/OZc1PWD1Ek94E2JxvvIApWVhTfj9Vx2xW1nbvSIBfLN+R0M79MOnRTMthL4qMDk5M2ilFC2dweZ48L7VLB6M5fl2EoZiuy7XetzhEJuvK70bwBpHGL9SBAEfPHBSRpGgPrZlXDDro1qjARSCLJerTqLAc4bertyBN93RFmJSWyHScDbiCfuu5hnVq7ev4EftXCF5JGxrs/4U6kzMiq+LpMo5pjsVUK9lSCSmF+pgCd2Ux7tpGQOR3YJIJcPDGBZAe5VzQpFJhkh2Fo00L1Mqby/Th6wdOTLBEAd5VOqCA2d/VnR2f5a8LChWIdQuDB7h6M5D0gX3A4cAE9Y2r0rvbBRVd53BOJ2d5nlZ6oNBEkNZ1jV5g5w1cZaHl6HRH29E2Pl68vN0XpeFtRx33EPopga4/ZMBMIEIIlfJT4xPDcpR57NPYCUQyFoMAne+shc15t4DNEtjvEplMBkzuuRGOvyu+U3S/NbWo2JmA7InddiAxCzad9RTDPFPDfJ2s4G+CB7HrYb5U24lM4yQSOAn65pNCaXFKTPFG3UmduKz5MABLpLMtAEqXxm9mWtTVtY0qMxUdAtcWnyiaaDU6UreanrMq4GrQY9juam7JJCf3qFfLPu/o6ll5NbI0XVSaircwUTU64DAzUaoOdJNL1cXTnKeoMmUFgP7Wq+7GA218m2rSZ5Za/+ducLu87JSWZR9g854U=","order_description":"4624-1541160-162362"}
Response Code : 200
{"response_code":"20064","card_holder_name":"Nadia Elkadri","signature":"a267512624d7fc5e9c7075ca40ef1b0671cdd45e52e7b7bdbfefd7f09cf33f5b","merchant_identifier":"vOQkvpMl","order_description":"4624-1541160-162362","access_code":"UI0QUbU5DANvFENdhU42","customer_ip":"92.241.45.7","language":"en","eci":"ECOMMERCE","merchant_reference":"4624-1541160-284102359685b3","token_name":"4EA57A9A1BE53E72E0530100007F4792","currency":"JOD","remember_me":"NO","amount":"51950","card_number":"536122******1558","expiry_date":"1706","payment_option":"MASTERCARD","fort_id":"149474661400073815","command":"PURCHASE","3ds_url":"https://migs.mastercard.com.au/vpcpay?paymentId=7887371924266569757&DOID=239365ACDF7AF380BD901F8DFEF13FD9&o=pt&action=retry","response_message":"3-D Secure check requested","customer_email":"dabbasrasha@gmail.com","customer_name":"Rasha Dabbas ","status":"20"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 7:24:03 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42amount=51950card_holder_name=Nadia Elkadricard_number=536122******1558command=PURCHASEcurrency=JODcustomer_email=dabbasrasha@gmail.comcustomer_ip=92.241.45.7customer_name=Rasha Dabbas eci=ECOMMERCEexpiry_date=1706fort_id=149474661400073815language=enmerchant_identifier=vOQkvpMlmerchant_reference=4624-1541160-284102359685b3order_description=4624-1541160-162362payment_option=MASTERCARDremember_me=NOresponse_code=13029response_message=Insufficient fundsstatus=13token_name=4EA57A9A1BE53E72E0530100007F4792saj4642164
May 14, 2017 7:24:03 AM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:18 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 7:29:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:21 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:24 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:24 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:26 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:26 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:29:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:29:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:29 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:29:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:29:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:29:30 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:29:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 7:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:15 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:16 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:17 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:45:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:45:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:45:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:45:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:45:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:45:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:27 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 7:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:29 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:30 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:31 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:32 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:32 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:32 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:32 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:32 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:32 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:33 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:33 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:33 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:33 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:33 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:33 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:33 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:34 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:34 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:34 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:34 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:34 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:34 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:35 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:35 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:35 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:35 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:35 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:35 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:36 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:36 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:36 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:36 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:36 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:37 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 7:59:37 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:37 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:37 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:37 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:38 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:38 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 7:59:38 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 7:59:38 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 7:59:38 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"04ae2408f5ab51e047f5dc44de52fd80b97b39950fd3bb82227017ad627145f8","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1541126-7403ff0ac49cc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 7:59:38 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0b2372b04c47e0d55315f92ff9200211d8b0349b270bf1c7218bd3d1cd36ec82","merchant_reference":"4638-1541126-7403ff0ac49cc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 7:59:38 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0b2372b04c47e0d55315f92ff9200211d8b0349b270bf1c7218bd3d1cd36ec82","merchant_reference":"4638-1541126-7403ff0ac49cc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:05 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 8:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:07 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:08 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:10 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:12 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:12 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:00:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:00:15 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:00:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
TOKEN IN FUNCTION = EC-3YX35498XT9475024
ACK IN FUNCTION = Success
TOKEN IN FUNCTION = EC-14C96584W2408901V
ACK IN FUNCTION = Success
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EWTC2016960/availabilities
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
May 14, 2017 8:37:39 AM com.sajilni.controller.order.CartControllerNew buyTickets
SEVERE: Error getting tickets from DTCM
com.jrupal.exceptions.WebRequestException: Not Found
at com.jrupal.util.Web.httpRequest(Web.java:578)
at com.jrupal.util.Web.httpRequest(Web.java:404)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:150)
at com.dtcm.service.client.DTCMClientService.request(DTCMClientService.java:131)
at com.dtcm.service.performance.PerformanceService.getPerformancePriceAvailabilities(PerformanceService.java:221)
at com.sajilni.service.dtcm.DTCMCartService.checkAvilability(DTCMCartService.java:98)
at com.sajilni.controller.order.CartControllerNew.buyTickets(CartControllerNew.java:245)
at sun.reflect.GeneratedMethodAccessor1096.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1757)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1716)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: Not Found
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: GET performances/EWTC2016960/availabilities buy ticket step 1 show availabilities event id 1963
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {sellerCode=ASAJI1, channel=W}
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: 0
May 14, 2017 8:37:39 AM com.dtcm.service.client.DTCMClientService handelWebRequestException
SEVERE: {"PriceCategories":[]}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 8:39:52 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541274-1145fdc25a69d7return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 8:39:52 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 8:39:52 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"583f10b5b1c8eed92b9997d97f2b00439400541bd493219af908233386aaf552","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
May 14, 2017 8:45:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"00008","response_message":"Signature mismatch","signature":"e67873d7265978fbd2f054210ac7ca515615c5879cea898cf52341e0e437dc7c","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"00"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:10 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:16 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:17 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:45:20 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:45:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 8:57:34 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541321-5946f4d6171a3creturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 8:57:34 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 8:57:34 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:21 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:22 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:23 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:25 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:26 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:28 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:28 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 8:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:30 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 8:59:30 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:31 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 8:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 8:59:31 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 8:59:31 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 8:59:31 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:01 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:01 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:01 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:04 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:07 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:08 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:10 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:00:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:07:41 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4643-1541306-4747823f2ea112return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 9:07:41 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 9:07:41 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:16:29 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4643-1541351-5047fd1c749a39return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 9:16:29 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 9:16:29 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:26:43 AM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=427294******2039, card_holder_name=Abdallah Hamad, signature=920ededc30bf9a4a5b5bafa9b843d92a5c26975f4e93c0ffe3a47c0335384ec4, merchant_identifier=vOQkvpMl, expiry_date=1710, access_code=UI0QUbU5DANvFENdhU42, language=en, response_message=Success, service_command=TOKENIZATION, merchant_reference=4643-1541351-5047fd1c749a39, token_name=4EA3F7C0A5B63E9BE0530100007F3B9B, return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=18, card_bin=427294]
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:26:43 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42card_bin=427294card_holder_name=Abdallah Hamadcard_number=427294******2039expiry_date=1710language=enmerchant_identifier=vOQkvpMlmerchant_reference=4643-1541351-5047fd1c749a39remember_me=NOresponse_code=18000response_message=Successreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=4EA3F7C0A5B63E9BE0530100007F3B9Bsaj4642164
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:26:44 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42amount=46770command=PURCHASEcurrency=JODcustomer_email=zeina_saudi@hotmail.comcustomer_ip=92.241.48.185customer_name=Zeina Saudi device_fingerprint=0400bpNfiPCR/AUNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932C6rT+ghC57B9hv3HZCDBW5umH9P6UyVFM9VcgyW7B92sMnSoJziAyl+1Br2K8mC3jGQ7PJAQcnlt70S73t7KSKIYNtI0Cis1b/DzhDZ5Ba6rj//9aXWC01wlfjowZjTnY3/seKcOlvXrGxhKauwqEWLxUN0sYF8r08f8uCcC0xOACldpFj98ZVr7vD03lmGaJey/TIhvEwdXUCVwzug+NTGrG2Sck1Mg8tSbZwj0jn1kggqYQjZO7EeZjVekMYG3J6k9y2HePj0Xhwepjoyv9++2IPY1CH4cae9f476Tx+YnpGMnA8zg9tiwLyukzCn+Ex/XcTomDWLkTSpjjbUULk9vxHNZ3NkrhyGST8Noi/5h6MUc+s82RCKNiYutQpOa3Yh7EVKwOkEuLqCpize7FnHiNMpehPg8HMGfGDfMJjL2/IbftiEHVGA+BGMEzzKvB8ThTV9jerQO5mZwvTfjFe9F9+kXk6jWRBgB+DiNQMBTJpOIpvrjgIw1/InDlj2XM+dB/obiuiv2+7w9N5ZhmifZmlVLn4pnXxvIXKiHEtHIO0+r+OXJLS8PQKA+hw1HnQc/FK5OskWeHElF3mDpJdXwlA31q+RsILpgTeSukt0B/6jg+fHcLQDOpvCmZZrwjoKlt9NJGnD0slAgpMeXWLKnVEtjCSVdwHPH0pu6Re/41mJN32fXgFjMDs9px3lyGz3SlZJUTd4wiigB8bC0nAxZkFqaUZegb+KaePAdj0dC1DOkZ9ybRxHxfYV3WeA0UKCpT1DN9j2B+3hOdkfKaWe2+sX029jOem/g+CdZ/zipwJlBUbdEMUiGODTqtjHVLzfv9jKaMo6JUgBbu4NCNc8nkpk5j7w7ZnmVsrBuRjVYuIsQnjM1OeTWAbv50krow4LQBoUikc1xD1fjU/M8rWY9qpLt2ZL85LVH8Z1BWJfDmabaFdAOicKMNrcX/OhyPbFupdyja1Vd3p2VjxRMgSIkpIh3A707ln/wqsPiGBcfEpkWTlnMi5g4mmYKxVbRrSUpGCTU5RhBjlQYa+8ClxQVVO88YiI8pUG7EScdYikQKeXYGVsqxhmk/NnJR55ER2VXkTQT0yASQwnvdtqPfecpvl8RpfekwteOyc8nUEUoajlSciNgkk6Bnz7KeTXcf2F6NwUwl9oYDumk+87uJyFJGOjl600ONhoYfinF995xN62c0Vm4AFVqNZeMZAh7eNmfUlaiETIEtmrLQaERPOgAv2RwBPMm42I8+xUcTTkVk5jqiwN0p0btE1XUlFph+NTngjZonB3zi0ga0czSm1CrqkAV9630QrzgfE5C3iSYgqvawBEqpXDHGrQhRFSOhcD6T1dGUjL+Y6XsKe7UvesD0Mz5xsDZeRI3QJ7jHts0iTbEuk9/wXM2UT2hOXmC1I2YKGARmQiY=eci=ECOMMERCElanguage=enmerchant_identifier=vOQkvpMlmerchant_reference=4643-1541351-5047fd1c749a39order_description=4643-1541351-162385remember_me=NOreturn_url=https://www.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=4EA3F7C0A5B63E9BE0530100007F3B9Bcqer324589
+++{"signature":"6ac87be1af2f3596b05fddebcaa65d8143114c2a1a6bef426ca6deadf4d92356","currency":"JOD","amount":"46770","language":"en","return_url":"https://www.sajilni.com/payment/payfort-callback-page-2.html","token_name":"4EA3F7C0A5B63E9BE0530100007F3B9B","eci":"ECOMMERCE","command":"PURCHASE","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4643-1541351-5047fd1c749a39","customer_email":"zeina_saudi@hotmail.com","customer_name":"Zeina Saudi ","customer_ip":"92.241.48.185","remember_me":"NO","device_fingerprint":"0400bpNfiPCR/AUNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932C6rT+ghC57B9hv3HZCDBW5umH9P6UyVFM9VcgyW7B92sMnSoJziAyl+1Br2K8mC3jGQ7PJAQcnlt70S73t7KSKIYNtI0Cis1b/DzhDZ5Ba6rj//9aXWC01wlfjowZjTnY3/seKcOlvXrGxhKauwqEWLxUN0sYF8r08f8uCcC0xOACldpFj98ZVr7vD03lmGaJey/TIhvEwdXUCVwzug+NTGrG2Sck1Mg8tSbZwj0jn1kggqYQjZO7EeZjVekMYG3J6k9y2HePj0Xhwepjoyv9++2IPY1CH4cae9f476Tx+YnpGMnA8zg9tiwLyukzCn+Ex/XcTomDWLkTSpjjbUULk9vxHNZ3NkrhyGST8Noi/5h6MUc+s82RCKNiYutQpOa3Yh7EVKwOkEuLqCpize7FnHiNMpehPg8HMGfGDfMJjL2/IbftiEHVGA+BGMEzzKvB8ThTV9jerQO5mZwvTfjFe9F9+kXk6jWRBgB+DiNQMBTJpOIpvrjgIw1/InDlj2XM+dB/obiuiv2+7w9N5ZhmifZmlVLn4pnXxvIXKiHEtHIO0+r+OXJLS8PQKA+hw1HnQc/FK5OskWeHElF3mDpJdXwlA31q+RsILpgTeSukt0B/6jg+fHcLQDOpvCmZZrwjoKlt9NJGnD0slAgpMeXWLKnVEtjCSVdwHPH0pu6Re/41mJN32fXgFjMDs9px3lyGz3SlZJUTd4wiigB8bC0nAxZkFqaUZegb+KaePAdj0dC1DOkZ9ybRxHxfYV3WeA0UKCpT1DN9j2B+3hOdkfKaWe2+sX029jOem/g+CdZ/zipwJlBUbdEMUiGODTqtjHVLzfv9jKaMo6JUgBbu4NCNc8nkpk5j7w7ZnmVsrBuRjVYuIsQnjM1OeTWAbv50krow4LQBoUikc1xD1fjU/M8rWY9qpLt2ZL85LVH8Z1BWJfDmabaFdAOicKMNrcX/OhyPbFupdyja1Vd3p2VjxRMgSIkpIh3A707ln/wqsPiGBcfEpkWTlnMi5g4mmYKxVbRrSUpGCTU5RhBjlQYa+8ClxQVVO88YiI8pUG7EScdYikQKeXYGVsqxhmk/NnJR55ER2VXkTQT0yASQwnvdtqPfecpvl8RpfekwteOyc8nUEUoajlSciNgkk6Bnz7KeTXcf2F6NwUwl9oYDumk+87uJyFJGOjl600ONhoYfinF995xN62c0Vm4AFVqNZeMZAh7eNmfUlaiETIEtmrLQaERPOgAv2RwBPMm42I8+xUcTTkVk5jqiwN0p0btE1XUlFph+NTngjZonB3zi0ga0czSm1CrqkAV9630QrzgfE5C3iSYgqvawBEqpXDHGrQhRFSOhcD6T1dGUjL+Y6XsKe7UvesD0Mz5xsDZeRI3QJ7jHts0iTbEuk9/wXM2UT2hOXmC1I2YKGARmQiY=","order_description":"4643-1541351-162385"}
Response Code : 200
{"response_code":"20064","card_holder_name":"Abdallah Hamad","signature":"89527bd8fd39faa79a8a8143a4bc903335102daf560478a6d39f83e3275e262a","merchant_identifier":"vOQkvpMl","order_description":"4643-1541351-162385","access_code":"UI0QUbU5DANvFENdhU42","customer_ip":"92.241.48.185","language":"en","eci":"ECOMMERCE","merchant_reference":"4643-1541351-5047fd1c749a39","token_name":"4EA3F7C0A5B63E9BE0530100007F3B9B","currency":"JOD","remember_me":"NO","amount":"46770","card_number":"427294******2039","expiry_date":"1710","payment_option":"VISA","fort_id":"149475400500077189","command":"PURCHASE","3ds_url":"https://migs.mastercard.com.au/vpcpay?paymentId=1894327590746842531&DOID=04A39830E3DD1038F36975E7814543C2&o=pt&action=retry","response_message":"3-D Secure check requested","customer_email":"zeina_saudi@hotmail.com","customer_name":"Zeina Saudi ","status":"20"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:26:47 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541398-22488d225bbbc9return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 9:26:47 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 9:26:47 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:27:00 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42amount=46770authorization_code=299904card_holder_name=Abdallah Hamadcard_number=427294******2039command=PURCHASEcurrency=JODcustomer_email=zeina_saudi@hotmail.comcustomer_ip=92.241.48.185customer_name=Zeina Saudi eci=ECOMMERCEexpiry_date=1710fort_id=149475400500077189language=enmerchant_identifier=vOQkvpMlmerchant_reference=4643-1541351-5047fd1c749a39order_description=4643-1541351-162385payment_option=VISAremember_me=NOresponse_code=14000response_message=Successstatus=14token_name=4EA3F7C0A5B63E9BE0530100007F3B9Bsaj4642164
May 14, 2017 9:27:00 AM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
May 14, 2017 9:27:17 AM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=428950******0005, card_holder_name=haya, signature=0b6b0bbc018cfa6597f9c0a5d34ac771480dde99220f92e9940fee019b1ff496, merchant_identifier=vOQkvpMl, expiry_date=2004, access_code=UI0QUbU5DANvFENdhU42, language=en, response_message=Success, service_command=TOKENIZATION, merchant_reference=4638-1541398-22488d225bbbc9, token_name=4EA3F7C0A5B93E9BE0530100007F3B9B, return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=18, card_bin=428950]
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:27:17 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42card_bin=428950card_holder_name=hayacard_number=428950******0005expiry_date=2004language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541398-22488d225bbbc9remember_me=NOresponse_code=18000response_message=Successreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=4EA3F7C0A5B93E9BE0530100007F3B9Bsaj4642164
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:27:17 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42amount=15680command=PURCHASEcurrency=JODcustomer_email=akram.tabbaa@sajilni.comcustomer_ip=188.247.65.130customer_name=Akramdevice_fingerprint=0400mTR4Z7+BQcwNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932CqajrqyfpfeJhv3HZCDBW5umH9P6UyVFME1qDAkNHmDkMnSoJziAyl6uB5xKjTqLNXOp4yYEIf+L1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU55euNVPapCvu+8k08Gmw2yuVtPyWJ7NheZjVekMYG3J6k9y2HePj0XFeE9WAfZj8OHcSwj5UpBTyCUlsytbWh0MoVdEujxam16hW2S4ZM8F3bde770QFyv6M3OF3/i0GtvxHNZ3NkrhGk0Z9BtTQmWgtX2yvT0J9XTiGIBwv90GNX2cElbVjcksAKqO1xGcCwR4A0EUkMAN6jB+ZmMavO7St0oGtrebhp5EoHSyhOvP/U/z+/hWcI2BirDIT1MDDce8mnFiPj0ivyG37YhB1RhyRkKAYzmh+1+G+UmynLMhosTzKoxVC6fSPFFgCaMpvU/h6EFXXmXEbf4OcIwgjPe77yTTwabDbAq4g/KE//61TuOKDQED3XyyPr0t8ztVFjo8eOcfWZcDSwVX8xgj/S7jVymsrmTV2G5fZ7PUjNrApi7qciszimb9dBeIcrk/mRYiq8uOwmnSsj69LfM7VRYrI1FeHSbDspvXHhwykQoiuMSNUUyGAvKLg+9aginJmamvnOVDH3SzV6i8/tb5alAK/XRNo3H5dMIK6EAX6criGL0crpzYIVXqcj5/yxqni1U8NguKENqer1nNtP8OECkk/64lKoqM3wDorceNFA82i2sTVjDNkvFE42ys2aVDQcSm+xRvn4mvnxQhLzE/XHOl2pKAmu1wlufgpbZuv5tFTzEBdNLiXsNC09gR/Q8fGeshaHYP8Oq6k+cVXJiV2yKAmeNHH6+w6uPWbvTS6HKXq9hEmV8Qdb6UF8xxmtZR/BdB1Nn1+1Lt+Lk4JU/K8tMWy7uIVnqeIGm484Upaxo9qjbxVbXSGn4VyY6ONUMnoNMDc2VmnBkfAbp69GdgrnB2KKkVRLfrryi92D5HvdyU2HCUClMnslabPrXOHMUHV/XB+uYWL1YEMZnevnJtZXgW8Ti68OEwdbYZ1lfcymPy1lMSgm8hl0FIqzQCdAfZfQ5oR/IjU+bZjD2O3xUgB+ZtAeHicfLGEKOaSzC6VU9YFFAN6Q1x80WrOPxkUl4i0DiWulOYqRXvyPCOzkJrb/AF2GKb28r9SyyXZETvnwY6JEKIh+GPOp0uDzUVJ+FbG4/3xZZ1S/jmZV91nbrZiyebt1mVTbhWyJAPDimTJxf+x/UA41KIRpRwPpPV0ZSMvzlgFBb+oMaOjICUq9BsIoo3ItrlA8juB6ObuZxpv7ytMT/dvzQj5FA4LKBBWEqvXZYstdZ3m/rUkkiaXfQGqlqk586DCAGLeicIv0L62E1xgodVlA5DideGDp7vKT7s/0TugkQplu3aHt7uDpkIrv9JRPmShTpHVC2Al7FLtDsZeci=ECOMMERCElanguage=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541398-22488d225bbbc9order_description=4638-1541398-162389remember_me=NOreturn_url=https://www.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=4EA3F7C0A5B93E9BE0530100007F3B9Bcqer324589
+++{"signature":"62aee14cf96c1444220f81589bba77e3ba7e916cecaaa8172cba66a20e4dc3ce","currency":"JOD","amount":"15680","language":"en","return_url":"https://www.sajilni.com/payment/payfort-callback-page-2.html","token_name":"4EA3F7C0A5B93E9BE0530100007F3B9B","eci":"ECOMMERCE","command":"PURCHASE","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1541398-22488d225bbbc9","customer_email":"akram.tabbaa@sajilni.com","customer_name":"Akram","customer_ip":"188.247.65.130","remember_me":"NO","device_fingerprint":"0400mTR4Z7+BQcwNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932CqajrqyfpfeJhv3HZCDBW5umH9P6UyVFME1qDAkNHmDkMnSoJziAyl6uB5xKjTqLNXOp4yYEIf+L1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU55euNVPapCvu+8k08Gmw2yuVtPyWJ7NheZjVekMYG3J6k9y2HePj0XFeE9WAfZj8OHcSwj5UpBTyCUlsytbWh0MoVdEujxam16hW2S4ZM8F3bde770QFyv6M3OF3/i0GtvxHNZ3NkrhGk0Z9BtTQmWgtX2yvT0J9XTiGIBwv90GNX2cElbVjcksAKqO1xGcCwR4A0EUkMAN6jB+ZmMavO7St0oGtrebhp5EoHSyhOvP/U/z+/hWcI2BirDIT1MDDce8mnFiPj0ivyG37YhB1RhyRkKAYzmh+1+G+UmynLMhosTzKoxVC6fSPFFgCaMpvU/h6EFXXmXEbf4OcIwgjPe77yTTwabDbAq4g/KE//61TuOKDQED3XyyPr0t8ztVFjo8eOcfWZcDSwVX8xgj/S7jVymsrmTV2G5fZ7PUjNrApi7qciszimb9dBeIcrk/mRYiq8uOwmnSsj69LfM7VRYrI1FeHSbDspvXHhwykQoiuMSNUUyGAvKLg+9aginJmamvnOVDH3SzV6i8/tb5alAK/XRNo3H5dMIK6EAX6criGL0crpzYIVXqcj5/yxqni1U8NguKENqer1nNtP8OECkk/64lKoqM3wDorceNFA82i2sTVjDNkvFE42ys2aVDQcSm+xRvn4mvnxQhLzE/XHOl2pKAmu1wlufgpbZuv5tFTzEBdNLiXsNC09gR/Q8fGeshaHYP8Oq6k+cVXJiV2yKAmeNHH6+w6uPWbvTS6HKXq9hEmV8Qdb6UF8xxmtZR/BdB1Nn1+1Lt+Lk4JU/K8tMWy7uIVnqeIGm484Upaxo9qjbxVbXSGn4VyY6ONUMnoNMDc2VmnBkfAbp69GdgrnB2KKkVRLfrryi92D5HvdyU2HCUClMnslabPrXOHMUHV/XB+uYWL1YEMZnevnJtZXgW8Ti68OEwdbYZ1lfcymPy1lMSgm8hl0FIqzQCdAfZfQ5oR/IjU+bZjD2O3xUgB+ZtAeHicfLGEKOaSzC6VU9YFFAN6Q1x80WrOPxkUl4i0DiWulOYqRXvyPCOzkJrb/AF2GKb28r9SyyXZETvnwY6JEKIh+GPOp0uDzUVJ+FbG4/3xZZ1S/jmZV91nbrZiyebt1mVTbhWyJAPDimTJxf+x/UA41KIRpRwPpPV0ZSMvzlgFBb+oMaOjICUq9BsIoo3ItrlA8juB6ObuZxpv7ytMT/dvzQj5FA4LKBBWEqvXZYstdZ3m/rUkkiaXfQGqlqk586DCAGLeicIv0L62E1xgodVlA5DideGDp7vKT7s/0TugkQplu3aHt7uDpkIrv9JRPmShTpHVC2Al7FLtDsZ","order_description":"4638-1541398-162389"}
Response Code : 200
{"response_code":"20064","card_holder_name":"haya","signature":"548d04802a635e090ad543ef21a5c37b5147bf6688634ccb0256a7b4ddae9e4f","merchant_identifier":"vOQkvpMl","order_description":"4638-1541398-162389","access_code":"UI0QUbU5DANvFENdhU42","customer_ip":"188.247.65.130","language":"en","eci":"ECOMMERCE","merchant_reference":"4638-1541398-22488d225bbbc9","token_name":"4EA3F7C0A5B93E9BE0530100007F3B9B","currency":"JOD","remember_me":"NO","amount":"15680","card_number":"428950******0005","expiry_date":"2004","payment_option":"VISA","fort_id":"149475403800077205","command":"PURCHASE","3ds_url":"https://migs.mastercard.com.au/vpcpay?paymentId=309712326943897210&DOID=5C8ECDA1DD00BAA594AF2FF3ED4A6509&o=pt&action=retry","response_message":"3-D Secure check requested","customer_email":"akram.tabbaa@sajilni.com","customer_name":"Akram","status":"20"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:28:36 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541405-3748a690de78c1return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 9:28:36 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 9:28:36 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:18 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:20 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:21 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:21 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:21 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:22 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:22 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:23 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:23 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:23 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:23 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:24 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:24 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:25 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:25 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:25 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:26 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:26 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:26 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:27 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:29:27 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:29:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:28 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:28 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:28 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:29:29 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:29 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:29:29 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:29:32 AM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=428950******0005, card_holder_name=haya, signature=41c0131e3d37915f64d6868378cc0cb5d7cfd130b601af914cb2caea9fcfb69c, merchant_identifier=vOQkvpMl, expiry_date=2004, access_code=UI0QUbU5DANvFENdhU42, language=en, response_message=Success, service_command=TOKENIZATION, merchant_reference=4638-1541405-3748a690de78c1, token_name=4EA3F7C0A5BE3E9BE0530100007F3B9B, return_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=18, card_bin=428950]
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:29:32 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42card_bin=428950card_holder_name=hayacard_number=428950******0005expiry_date=2004language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541405-3748a690de78c1remember_me=NOresponse_code=18000response_message=Successreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=4EA3F7C0A5BE3E9BE0530100007F3B9Bsaj4642164
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:29:32 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42amount=15680command=PURCHASEcurrency=JODcustomer_email=akram.tabbaa@sajilni.comcustomer_ip=188.247.65.130customer_name=Akramdevice_fingerprint=04003hQUMXGB0poNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932C6rT+ghC57B9hv3HZCDBW5umH9P6UyVFME1qDAkNHmDkMnSoJziAyl6uB5xKjTqLNXOp4yYEIf+L1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU55euNVPapCvu+8k08Gmw2yuVtPyWJ7NheZjVekMYG3J6k9y2HePj0XFeE9WAfZj8OHcSwj5UpBTyCUlsytbWh0MoVdEujxam16hW2S4ZM8F3bde770QFyv6M3OF3/i0GtvxHNZ3NkrhGk0Z9BtTQmWgtX2yvT0J9XTiGIBwv90GNX2cElbVjcksAKqO1xGcCwR4A0EUkMAN6jB+ZmMavO7St0oGtrebhp5EoHSyhOvPmOlOrsDlixs2Ea1KfV7aPMe8mnFiPj0ivyG37YhB1RhyRkKAYzmh+9C537NTMlaiosTzKoxVC6fSPFFgCaMpvU/h6EFXXmXEbf4OcIwgjPe77yTTwabDbAq4g/KE//61TuOKDQED3XyyPr0t8ztVFjo8eOcfWZcDSwVX8xgj/S7jVymsrmTV2G5fZ7PUjNrApi7qciszimb9dBeIcrk/mRYiq8uOwmnSsj69LfM7VRYrI1FeHSbDspvXHhwykQoiuMSNUUyGAvKLg+9aginJmamvnOVDH3SzV6i8/tb5alAK/XRNo3H5dMIK6EAX6criGL0crpzYIVXqcj5/yxqni1U8NguKENqer1nNtP8OECkk/64lKoqM3wDorceNFA82i2sTVjDNkvFE42ys2aVDQcSm+xRvn4mvnxQhLzE/XHOl2pKAmu1wlufgpbZuv5tFTzEBdNLiXsNC09gR/Q8fGeshaHYP8Oq6k+cVXJiV2yKAmeNHH6+w6oG81KIwcnMHkSX//O41NXUp57fNCL3GEcjOylThEl7bfavGW816ZnwNWRqsVWl1KQ34/f3oUBmWsPtWttyn7OpEDJr0xY5/FCi92D5HvdyU2HCUClMnslabPrXOHMUHV/XB+uYWL1YEMZnevnJtZXgW8Ti68OEwdbYZ1lfcymPy1lMSgm8hl0FIqzQCdAfZfQ5oR/IjU+bZjD2O3xUgB+ZtAeHicfLGEKOaSzC6VU9YFFAN6Q1x80WrOPxkUl4i0DiWulOYqRXvyPCOzkJrb/AF2GKb28r9SyyXZETvnwY6JEKIh+GPOp0uDzUVJ+FbG4/3xZZ1S/jmZV91nbrZiycXFrxLDHXdvsV4T1YB9mPw4dxLCPlSkFPIJSWzK1taHQyhV0S6PFqbXqFbZLhkzwXdt17vvRAXKwrFFaCfe6SznYsyoHE0ppKv9HlQcCgmxSIu0qFHrzkat/O/T5cB8ziqnWvjUrhPw88MDY5zqgvW/qm5AoGaPv3LG3e35t6rE9tUc+9WGusaBXPlqsOOglOncgqARNyfxB3OMorJSwAV0JRsM7Zb0ydjaK0v4G8UcLrWUXyLDXurXE/mm7hDpHFmSZpRrnwEv71HQb1S/UgC+ryxGpC/LhQ=eci=ECOMMERCElanguage=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541405-3748a690de78c1order_description=4638-1541405-162390remember_me=NOreturn_url=https://www.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=4EA3F7C0A5BE3E9BE0530100007F3B9Bcqer324589
+++{"signature":"52a378fb76130adb160855516fdbbbf46ce7ea48176e71f2a32dc11478a4afb4","currency":"JOD","amount":"15680","language":"en","return_url":"https://www.sajilni.com/payment/payfort-callback-page-2.html","token_name":"4EA3F7C0A5BE3E9BE0530100007F3B9B","eci":"ECOMMERCE","command":"PURCHASE","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1541405-3748a690de78c1","customer_email":"akram.tabbaa@sajilni.com","customer_name":"Akram","customer_ip":"188.247.65.130","remember_me":"NO","device_fingerprint":"04003hQUMXGB0poNf94lis1ztslx6CM6kh71UkY6OXrTQ42Ghh+KcX33nDUIX0W4NmjxRK64diTXp6ADjk1Z6rb+J49odvhawhxc7tjCQkotdjQQaImW38T9VoZc+cJURcFiYtBUbpa7l0EBgkGiZF1Oxv8QsfOx932C6rT+ghC57B9hv3HZCDBW5umH9P6UyVFME1qDAkNHmDkMnSoJziAyl6uB5xKjTqLNXOp4yYEIf+L1yYqstDFzEDk4TYqQ5l7/SNfOTvsgtn95SxDtE2suujWRMoizXj3piSkiHcDvTuWbZ7blJBujU55euNVPapCvu+8k08Gmw2yuVtPyWJ7NheZjVekMYG3J6k9y2HePj0XFeE9WAfZj8OHcSwj5UpBTyCUlsytbWh0MoVdEujxam16hW2S4ZM8F3bde770QFyv6M3OF3/i0GtvxHNZ3NkrhGk0Z9BtTQmWgtX2yvT0J9XTiGIBwv90GNX2cElbVjcksAKqO1xGcCwR4A0EUkMAN6jB+ZmMavO7St0oGtrebhp5EoHSyhOvPmOlOrsDlixs2Ea1KfV7aPMe8mnFiPj0ivyG37YhB1RhyRkKAYzmh+9C537NTMlaiosTzKoxVC6fSPFFgCaMpvU/h6EFXXmXEbf4OcIwgjPe77yTTwabDbAq4g/KE//61TuOKDQED3XyyPr0t8ztVFjo8eOcfWZcDSwVX8xgj/S7jVymsrmTV2G5fZ7PUjNrApi7qciszimb9dBeIcrk/mRYiq8uOwmnSsj69LfM7VRYrI1FeHSbDspvXHhwykQoiuMSNUUyGAvKLg+9aginJmamvnOVDH3SzV6i8/tb5alAK/XRNo3H5dMIK6EAX6criGL0crpzYIVXqcj5/yxqni1U8NguKENqer1nNtP8OECkk/64lKoqM3wDorceNFA82i2sTVjDNkvFE42ys2aVDQcSm+xRvn4mvnxQhLzE/XHOl2pKAmu1wlufgpbZuv5tFTzEBdNLiXsNC09gR/Q8fGeshaHYP8Oq6k+cVXJiV2yKAmeNHH6+w6oG81KIwcnMHkSX//O41NXUp57fNCL3GEcjOylThEl7bfavGW816ZnwNWRqsVWl1KQ34/f3oUBmWsPtWttyn7OpEDJr0xY5/FCi92D5HvdyU2HCUClMnslabPrXOHMUHV/XB+uYWL1YEMZnevnJtZXgW8Ti68OEwdbYZ1lfcymPy1lMSgm8hl0FIqzQCdAfZfQ5oR/IjU+bZjD2O3xUgB+ZtAeHicfLGEKOaSzC6VU9YFFAN6Q1x80WrOPxkUl4i0DiWulOYqRXvyPCOzkJrb/AF2GKb28r9SyyXZETvnwY6JEKIh+GPOp0uDzUVJ+FbG4/3xZZ1S/jmZV91nbrZiycXFrxLDHXdvsV4T1YB9mPw4dxLCPlSkFPIJSWzK1taHQyhV0S6PFqbXqFbZLhkzwXdt17vvRAXKwrFFaCfe6SznYsyoHE0ppKv9HlQcCgmxSIu0qFHrzkat/O/T5cB8ziqnWvjUrhPw88MDY5zqgvW/qm5AoGaPv3LG3e35t6rE9tUc+9WGusaBXPlqsOOglOncgqARNyfxB3OMorJSwAV0JRsM7Zb0ydjaK0v4G8UcLrWUXyLDXurXE/mm7hDpHFmSZpRrnwEv71HQb1S/UgC+ryxGpC/LhQ=","order_description":"4638-1541405-162390"}
Response Code : 200
{"response_code":"20064","card_holder_name":"haya","signature":"70ebe60dc2941ca814193cfcad9f4a427afd3ec82f9f824a8f448375b404686f","merchant_identifier":"vOQkvpMl","order_description":"4638-1541405-162390","access_code":"UI0QUbU5DANvFENdhU42","customer_ip":"188.247.65.130","language":"en","eci":"ECOMMERCE","merchant_reference":"4638-1541405-3748a690de78c1","token_name":"4EA3F7C0A5BE3E9BE0530100007F3B9B","currency":"JOD","remember_me":"NO","amount":"15680","card_number":"428950******0005","expiry_date":"2004","payment_option":"VISA","fort_id":"149475417300077288","command":"PURCHASE","3ds_url":"https://migs.mastercard.com.au/vpcpay?paymentId=2432609440402233353&DOID=DD2FD857B3650BD2197D12A5A03BF8AD&o=pt&action=retry","response_message":"3-D Secure check requested","customer_email":"akram.tabbaa@sajilni.com","customer_name":"Akram","status":"20"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:29:46 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=UI0QUbU5DANvFENdhU42amount=15680card_holder_name=hayacard_number=428950******0005command=PURCHASEcurrency=JODcustomer_email=akram.tabbaa@sajilni.comcustomer_ip=188.247.65.130customer_name=Akrameci=ECOMMERCEexpiry_date=2004fort_id=149475417300077288language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541405-3748a690de78c1order_description=4638-1541405-162390payment_option=VISAremember_me=NOresponse_code=13666response_message=Transaction declinedstatus=13token_name=4EA3F7C0A5BE3E9BE0530100007F3B9Bsaj4642164
May 14, 2017 9:29:46 AM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:32:05 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=UI0QUbU5DANvFENdhU42language=enmerchant_identifier=vOQkvpMlmerchant_reference=4638-1541409-4b48d70c8bd2adreturn_url=https://www.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
May 14, 2017 9:32:05 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION signature
May 14, 2017 9:32:05 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION url params
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); https://www.sajilni.com/payment/payfort-callback.html
May 14, 2017 9:34:17 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-80"]
May 14, 2017 9:34:17 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@b1e68ea]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@750b5ec]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1617380d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2691ed1d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5eb0881d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5c4da9f2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@73b52526]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5ae5d748]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@cf5c69]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4f7fe923]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@31fc67bb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:34:18 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-80"]
May 14, 2017 9:34:18 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-80"]
OpenJDK 64-Bit Server VM warning: ignoring option PermSize=1024m; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0
May 14, 2017 09:34:50 +0000 [18868 1] com.newrelic INFO: New Relic Agent: Loading configuration file "/usr/share/tomcat7/newrelic/./newrelic.yml"
May 14, 2017 09:34:50 +0000 [18868 1] com.newrelic INFO: New Relic Agent: Writing to log file: /usr/share/tomcat7/newrelic/logs/newrelic_agent.log
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:57 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-64-generic
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xms512M
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1580m
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:PermSize=1024m
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:MaxPermSize=1024m
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+HeapDumpOnOutOfMemoryError
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
May 14, 2017 9:34:59 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
May 14, 2017 9:34:59 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-80"]
May 14, 2017 9:34:59 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
May 14, 2017 9:34:59 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2197 ms
May 14, 2017 9:34:59 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 14, 2017 9:34:59 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
May 14, 2017 9:35:00 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
May 14, 2017 9:35:02 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
May 14, 2017 9:35:09 AM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jawr.net/tags-el is already defined
May 14, 2017 9:35:09 AM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jawr.net/tags/jsp_2x is already defined
May 14, 2017 9:35:09 AM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jawr.net/tags is already defined
May 14, 2017 9:35:09 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
log4j:WARN Continuable parsing error 87 and column 23
log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,throwableRenderer?,appender*,plugin*,(category|logger)*,root?,(categoryFactory|loggerFactory)?)".
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
May 14, 2017 9:35:13 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [2,010] milliseconds.
May 14, 2017 9:35:34 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 33,895 ms
May 14, 2017 9:35:34 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-80"]
May 14, 2017 9:35:34 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 34121 ms
May 14, 2017 9:44:13 AM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:06 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:10 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:13 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:15 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:15 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:17 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 9:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f593d0193a420154b071959a86f163a248eb2dbf505b78025d61ddefe139be79","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:18 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:18 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:18 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"828469c65d188d249c47cb6fd8ca8f62bf3ce4b0d5900e06219009379b777a9b","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149468123500053078","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540334-36639916ceb9e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ee5a0bfb0ef552876924f73cde80dfc79057b26b95f637e44119930ad50b9dcc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 9:45:19 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 9:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"666e595012fb50632ee53a9189ba9e9486facaf451a396816d0ceaf810bb6319","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149469173200059042","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1540545-20fae1847c614","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8b6455d4fa23482413b50d87d658cc0550859464d968dcee667574c9e7b0cb72","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1541274-1145fdc25a69d7","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:19 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"53e20d4b9178348b471f040a1a6167a19f989c03e2a07d37564182896a25a195","merchant_reference":"4638-1541274-1145fdc25a69d7","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:19 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"53e20d4b9178348b471f040a1a6167a19f989c03e2a07d37564182896a25a195","merchant_reference":"4638-1541274-1145fdc25a69d7","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 9:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6e37202228e5a3f6893205ba280b0046d79947b21425ca52ee7c086bb31c9b6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1541285-5224ff611ef0c0","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 9:45:20 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"a46eb575fd4484ee150a7b2de47289cb216299281e8fe17d6ad5cc238fa83e37","merchant_reference":"4638-1541285-5224ff611ef0c0","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 9:45:20 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"a46eb575fd4484ee150a7b2de47289cb216299281e8fe17d6ad5cc238fa83e37","merchant_reference":"4638-1541285-5224ff611ef0c0","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"05d8cd30d5acf0f6035d9613ff6c6b76e426d527b8dd4b6868b1930a0eb9eb61","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4502-1376165-130363","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"ff568b52fd9bb30e8b710fc78688e6dd32623882a015f8b48bba49e96e06fc59","merchant_reference":"4502-1376165-130363","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"ccaf65f8ac001b7a51de7f1f8724d9cb07d7f616e185a9979938ef1cdb207081","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4578-1415458-329fc24c13a68d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:02 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:02 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"07e5aa1f5451c91eea8d7b0cc8682f304c0974d295926a44a8acf5615629e0ac","merchant_reference":"4578-1415458-329fc24c13a68d","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8f3c1a57ee6e9f7cc44672aeb743acd0bca88dc59362c580154f949dea1238f4","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482838-173f2b6da3c03b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5ddc411a63a521d5f2921737ff9b7333f297e6da8c40bbaada4b94be00006170","merchant_reference":"4621-1482838-173f2b6da3c03b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"6f4120e9a7f7f4fb48048f0e4105f7a6b59beb81e4ade340c636c9b9800d143b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1482888-29a00ad981af55","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:03 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:03 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"1f7caadc51ddae8029071ddac680b86b522d5a600fbc5d184bf951700621d85b","merchant_reference":"4621-1482888-29a00ad981af55","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f6d596e74cefc8e8dfe241edbd2cf9d3c47a7574bb6db4d4a1ecb427b4d9a53b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-40ca36ff72a7e1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"d92d9380b51cdaea2186825b7c59555545432fc6cd02fe594a9ab1fbfe7c45ef","merchant_reference":"4621-1490572-40ca36ff72a7e1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"a27567a149d07ed3db192c4f8b37726b5a29f6fb6bdcb4145411ba6e6d8e033c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4621-1490572-49ca60c6f7148b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"522e9bbf9f8e19ba98a45a4709e1923799166aa81444d17642dbe2179279dc82","merchant_reference":"4621-1490572-49ca60c6f7148b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fc3d683fb9b8a7c12672264f1cc52a756ada87b4bb75ff611539fe34755d6b92","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1490945-3dd176df6356c1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:04 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:04 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"dff02d74ebd5af9eb78603948e86ab659460f8a3958ff0d4a1b251423604e805","merchant_reference":"4638-1490945-3dd176df6356c1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9d65759f3936d1018416be361ba0f6b2ad93df6de977315580cd36a1241edcab","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-2ee21b60de1d40","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"85d0dd7b9336ab3553db2d2584724ea9877e1458c1ce84e7b8078f9ec515263e","merchant_reference":"4638-1492973-2ee21b60de1d40","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"470191d3e8fc399f8de89f7c314231498125f9ebc3fbd8cabe1f2f15d0551302","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:05 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:05 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:05 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a5c9ee3332f8f3526fe2b298ffdd0a7ee63c7b5b30bc86af4eb1bab73ef33c2e","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149382637700024022","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1492973-28e24752d6308e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"77559e941363bd3366ce56403dbeb77469e55cebd77edac55978a9a71ed8a77b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-4e237605e96627","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"bc4e73a75e9d1ff62b922ff73c08cbe889b64ae5ad50b880ac16d48e2372deef","merchant_reference":"4612-1502003-4e237605e96627","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"29c74d10b402d5e49d491729033a73414701a218a1d673da776305b09f571a9a","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4612-1502003-3423761676d00f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"fdb96c1481cc0d9c4c959b0481582763f2f934e24ea0cacfafd9b5bfbc169c76","merchant_reference":"4612-1502003-3423761676d00f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"aedc0690b147956a544fb453858f445a05a757bd02df6bb4d3cc7954935da905","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1505113-52165d017969ce","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:06 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:06 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"716ea65552bda8f5491186f9e7887ce3f6eacd6eafed8f269df121621aafcbb5","merchant_reference":"4638-1505113-52165d017969ce","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e8d4ce475ef78d8d9690ebca552a6931b8d78affb87d337a401196cf4f3ab4b3","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:07 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"c4b8a10717df7ac1890517fac1308fd6d6b68150bbba004e3b83ee4eb826f5d7","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407267400014516","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515459-3665d328f88119","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e04f8a63c1889a3568d4d27ef74ec941d4aef25553cd5c861385c73029c7807","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515696-4167efb89c867b","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:07 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:07 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5224c83e847a7dc72b12539895400fabe115913904a4ebdc976357160eb850fa","merchant_reference":"4638-1515696-4167efb89c867b","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"fa54342b545f987d94a7dc577e84d9a93622926c2e6f67bb309549e006c354e9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:08 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"a2173f1b591d630907baaad2e9fabd8ace0f30a28b5825867a6b7d13ce6a779f","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149407655700017043","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1515894-5869287416c48d","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"91ab19a92ace49ac90cf0fcfbf104c9cde9ccd09a6f9ce024ff8111ea170de00","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1523748-2c6b92e4fa240","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:08 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:08 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"3237fa58b8b0824eaba77e85e9322c8b9cafb6ce2f494757547ea52cfdb128a2","merchant_reference":"4638-1523748-2c6b92e4fa240","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d7a2a8f837ab3bea89130b61f09d0334bc4a46d491d16ef7c6d1ce223c3fe036","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:09 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"f0fd8d56b0e5711d5b84218716e19644ca026f2bc220755c23daacaade83fc79","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149418225200064798","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1524217-bc95179c9dc2e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e56b616cf426f6aa60e66846d6f100bc7355af5b97f03712aa9225d5a0178e6d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-2210e84ca2d8127","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:09 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:09 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"0484c72728b5f2739e07bbf7d73c18dcd93ecac4f9c8a20381620e039b5d8bbe","merchant_reference":"4638-1526334-2210e84ca2d8127","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"d47d8ef28fbb9927204b1fa5debc384657a61370fb16d143cca3d20597aaf3f6","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1526334-f10e84eac5be32","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"8f2f230737a6141256c7323299575d5c34e3a7e2c2ae5a9d35ff35875c2deaf5","merchant_reference":"4638-1526334-f10e84eac5be32","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"de376f03913256df31de141b6b8fb7e57a6274df14ae1586b850f2d241c872b7","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1528720-3b147d72a83fedc","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:10 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:10 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"5afdb128baff7ecb0d0c8d71ef2c850782256d8acac203c978b250a5ee144f42","merchant_reference":"4624-1528720-3b147d72a83fedc","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"4e51bd586a2beb64426ed5ea627128d4441753d022460bb33d41af47f62e81dc","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"3011817d39f4d8d566c7b20f39ac7a2ec9d8309003016a6fa95f5a9a4ad380af","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149435687400037970","refunded_amount":"0","response_message":"Success","merchant_reference":"4624-1531728-491684d57d08b20","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e136c5ec8c1a478a17e53d5b78c2813ac2303df420a694e57c1d3a2a064cfb52","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1531988-4517348c5cbd45a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c88d9fed8bf9e5e57a38acc177ebb7bdf20f915c0142f104d5b99347c6239123","merchant_reference":"4640-1531988-4517348c5cbd45a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8902ee0a9cff9daecf0eb87370b024d960271f44a010d88c7524b3c50e9f802e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:11 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:11 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:11 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"8effd3d6550c7310a2953d2e3aab67857d86e4bcf5d21c178350144934215bef","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149440004000048078","refunded_amount":"0","response_message":"Success","merchant_reference":"4640-1532263-2f18f7f6dbee455","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8abf2eac7d309c0b5124aca074bad2c7f2774a013d4f28c69965490a4dc76ee0","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1532309-0190d9330b8cb1","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"09931d51afd8f82cc8c238b1147f6de38be2be6926b6235993155fcd2d5a1eaa","merchant_reference":"4638-1532309-0190d9330b8cb1","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"1f691b0d00fbad78238da455c18b5e0ff7dc576757fdb99c71f8f4eda6046696","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1532381-49192a947ce0c1a","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:12 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:12 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"887b75875a0ce2565c5c4b33107ac22ae4aea0936e53546f983b90cdf1a7f9c9","merchant_reference":"4640-1532381-49192a947ce0c1a","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5927b895bf1d4e4666c7669dd2756bbf039f44bd9ac8bad493186ddbc8542194","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-512fe5a0cae85","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"9f699468502e4156dbb479bedaefd75955b8db69acc04fb6f407c90e1390aba5","merchant_reference":"4641-1533010-512fe5a0cae85","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"021743438c560d3f80226683e30e524ef27340144a175606cbe221843fe51ac9","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1533010-1d32b957d24ed","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:13 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:13 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"c4271412345adcc34ab2bc23e303914d2ec855af10cf95d9a3e8f41293df0c9d","merchant_reference":"4641-1533010-1d32b957d24ed","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"8857f19af63a6e792a3682d9bd483f86b60cefbe76bdc9c962d8f21288ebbb2e","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"272c964f6db7675f7619408cfdaa4042a07f33ea9aeb04da59c2a98c09484230","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452767600004885","refunded_amount":"0","response_message":"Success","merchant_reference":"4638-1538314-5a26ced9a8ec81","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"58527cb4b9bdb219924b5a79141197d5b7d6ce87860f1378fd5ba2e2bb91d1bb","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:14 AM com.jrupal.util.Web httpsRequest
SEVERE: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
May 14, 2017 10:00:14 AM com.jrupal.types.WebObject fromJSON
SEVERE: JSON Error: Unrecognized field "transaction_status" (class com.payfort.domain.auth.page2.PayfortOperationsResponseWeb), not marked as ignorable (17 known properties: "event_id", "event_date_id", "access_code", "response_message", "response_code", "order_id", "transaction_code", "status", "payment_id", "order_item_id", "signature", "id", "payment_details_payfort_id", "merchant_identifier", "merchant_reference", "language", "query_command"])
at [Source: {"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}; line: 1, column: 51] (through reference chain: com.payfort.domain.auth.page2.PayfortOperationsResponseWeb["transaction_status"])
May 14, 2017 10:00:14 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"transaction_code":"13666","transaction_status":"13","response_code":"12000","signature":"0ecf033e81a9fccd7f3910367006bba87b6d7713f90304903d99a373e4db28cb","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","transaction_message":"Transaction declined","language":"en","fort_id":"149452878500005399","refunded_amount":"0","response_message":"Success","merchant_reference":"4641-1538346-404a70e1f0ef1e","query_command":"CHECK_STATUS","captured_amount":"0","authorized_amount":"0","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"5e1f2e1ab59e5f32673dc53fbeb598dd60bf5d13c5c1485a7b8e1f69c8a236cf","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1538771-5121c318ad6efd","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"cab62a863a77138e297136bac93dc9da90d16cf215f743e27b8a08d673180170","merchant_reference":"4638-1538771-5121c318ad6efd","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"e07b615787635d2a8dfd26a85203f6c32a07d8bd82766c0a0bc06a51d7514f49","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539034-3d2f5919f95494","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"3b2587f8c744e6f2fff2b892942c6cdad28ec0d93e1cdf0cf7ef1a13a51db2bc","merchant_reference":"4638-1539034-3d2f5919f95494","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"9562c5e581d7277bf1024957a714b404e40bdd9d368d4343d34bb95d020afe64","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4641-1539092-1831b1d45a2c99","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:15 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:15 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"39862c77cd7333ed75c18e7321b8c3ce3427d0c069ecb866b5e259e0bf40f917","merchant_reference":"4641-1539092-1831b1d45a2c99","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"f423e0efa30626dec44521ec87d73dbd495f924d26e5e05edabe11379034b16c","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4638-1539104-232cd221109e4","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
May 14, 2017 10:00:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"11006","response_message":"Technical problem","signature":"b28f9275ed55b1f7b53b78b595a53b71c29beb93bbce66b3cf883e9002589bb5","merchant_reference":"4638-1539104-232cd221109e4","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"11"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:16 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"da60ea9bf019018f209e220a97391c37e192ace5fd719dc688a13707049e388d","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4640-1539908-63174c5e0ba41f","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:16 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
May 14, 2017 10:00:16 AM com.sajilni.service.payment.PaymentPayFortService checkPaymentTransactionStatus
SEVERE: operationResult-->{"response_code":"12036","response_message":"Order not found","signature":"22fb355b44f3829792e97d995be5102759b467f69b4d3dc90dd90175adc8f8d3","merchant_reference":"4640-1539908-63174c5e0ba41f","merchant_identifier":"vOQkvpMl","query_command":"CHECK_STATUS","access_code":"UI0QUbU5DANvFENdhU42","language":"en","status":"12"}
payFortParams.getOperationReturnUrl(); payFortParams.getOperationReturnUrl(); %1s/payment/payfort-callback.html/payment/payfort-callback.html
May 14, 2017 10:00:17 AM com.jrupal.util.Web httpsRequest
SEVERE: sent{"signature":"27d19060334846ae235a31b3de8f63da33ccb9d873e127e9aaecf5fee104a34b","language":"en","merchant_identifier":"vOQkvpMl","access_code":"UI0QUbU5DANvFENdhU42","merchant_reference":"4624-1540162-48ce80010417","query_command":"CHECK_STATUS"}Response Code : 200
May 14, 2017 10:00:17 AM com.jrupal.util.Web httpsRequest
SEVERE: {"response_code":"12036","response_message":"Order not found","signature":"bc988b20536f7168147bb1d3f09da56b9e28524c821a16853306874095606b6f","merchant_reference":"4624-1540162-48ce80010417","merchant_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment