Zend certified PHP/Magento developer

Authorize.net payment issue

I have a multi store in M2 version 2.3.3

The issue is with Authorize.net payment, when i click on place order i get an error:

“no such entity with cartId”

This is hapaning only if i set the payment option to authorize and capture, if i set it to authorize only it’s ok.

Also in the main store it’s working fine, the issue is with other stores.

Order is created in admin but stays on pending.

enter image description here

Error on screen:

No such entity with %fieldName = %fieldValue

cartId
107

0 /var/www/magento2/vendor/magento/module-quote/Model/QuoteRepository.php(164): MagentoFrameworkExceptionNoSuchEntityException::singleField(‘cartId’, ‘107’) #1 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(58): MagentoQuoteModelQuoteRepository->getActive(‘107’) #2 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(138): MagentoQuoteModelQuoteRepositoryInterceptor->___callParent(‘getActive’, Array) #3 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(153): MagentoQuoteModelQuoteRepositoryInterceptor->MagentoFrameworkInterception{closure}(‘107’) #4 /var/www/magento2/generated/code/Magento/Quote/Model/QuoteRepository/Interceptor.php(52): MagentoQuoteModelQuoteRepositoryInterceptor->___callPlugins(‘getActive’, Array, Array) #5 /var/www/magento2/vendor/magento/module-quote/Model/Cart/CartTotalRepository.php(89): MagentoQuoteModelQuoteRepositoryInterceptor->getActive(‘107’) #6 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(58): MagentoQuoteModelCartCartTotalRepository->get(‘107’) #7 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(138): MagentoQuoteModelCartCartTotalRepositoryInterceptor->___callParent(‘get’, Array) #8 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(153): MagentoQuoteModelCartCartTotalRepositoryInterceptor->MagentoFrameworkInterception{closure}(‘107’) #9 /var/www/magento2/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php(26): MagentoQuoteModelCartCartTotalRepositoryInterceptor->___callPlugins(‘get’, Array, Array) #10 /var/www/magento2/vendor/magento/module-checkout/Model/PaymentInformationManagement.php(144): MagentoQuoteModelCartCartTotalRepositoryInterceptor->get(‘107’) #11 /var/www/magento2/vendor/magento/module-checkout/Model/GuestPaymentInformationManagement.php(166): MagentoCheckoutModelPaymentInformationManagement->getPaymentInformation(‘107’) #12 [internal function]: MagentoCheckoutModelGuestPaymentInformationManagement->getPaymentInformation(‘E8MYixrI58pSjig…’) #13 /var/www/magento2/vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php(95): call_user_func_array(Array, Array) #14 /var/www/magento2/vendor/magento/module-webapi/Controller/Rest.php(188): MagentoWebapiControllerRestSynchronousRequestProcessor->process(Object(MagentoFrameworkWebapiRestRequestProxy)) #15 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(58): MagentoWebapiControllerRest->dispatch(Object(MagentoFrameworkAppRequestHttp)) #16 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(138): MagentoWebapiControllerRestInterceptor->___callParent(‘dispatch’, Array) #17 /var/www/magento2/vendor/magento/framework/Interception/Interceptor.php(153): MagentoWebapiControllerRestInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp)) #18 /var/www/magento2/generated/code/Magento/Webapi/Controller/Rest/Interceptor.php(26): MagentoWebapiControllerRestInterceptor->___callPlugins(‘dispatch’, Array, Array) #19 /var/www/magento2/vendor/magento/framework/App/Http.php(137): MagentoWebapiControllerRestInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp)) #20 /var/www/magento2/vendor/magento/framework/App/Bootstrap.php(261): MagentoFrameworkAppHttp->launch() #21 /var/www/magento2/pub/index.php(40): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor)) #22 {main}

Thank you,

Eran Greenwald