Hi all,
We have a client with a store with only subscription products. For that reason, we developed a custom app with access to Shopify Subscriptions API to handle the selling plan groups, the billing cycle, etc. as per Shopify’s documentation.
Moreover, the web is a headless store, hence we have another custom app just to provide the credentials for the Storefront API used in the headless eCommerce app built with NextJS.
The apps and the store were developed and launched in September 2021.
We use a non-plus Shopify plan.
So far everything goes fine, the headless store creates a cart with the products, we redirect the customer to the checkout, they add the additional info there and then they chose the payment method and pay.
Until this week everything worked fine so far. However, we have started experiencing issues with Shopify Payments.
- The cards are not working
- After adding the card details, and processing it the thank you page doesn’t appear and we get a message saying: store.myshopify.com refused to connect.
- This happens with most of the cards. Altough we can see some orders coming paid by cards.
- The cards that we tested internally don’t work.
- Shop pay seems to work.
- Paypal seems to work.
- However, we don’t get the normal thank you page. We get a page with a message like.
- However, we don’t get the normal thank you page. We get a page with a message like.
From Shopify support, they couldn’t help saying that we have too many custom apps installed. However, I don’t see how custom apps can interact with the checkout. At least none of our apps is interacting with the Shopify Checkout. We don’t use Shopify Scripts or any of the Checkout extensions.
Has anyone encountered this issue before, or does have an idea of how to debug it?
