Checkout System disabled with Checkout API

mike_batch
Shopify Partner
17 1 15

Hey Shopify folks

 

I have a development store called https://cohort-demo.myshopify.com/ 

When I query at the /shop.json/ endpoint I get back that:

"checkout_api_supported"true
 
I have test mode for payments enabled.
However whenever I try to POST to /admin/api/2019-04/checkouts.json I get back the error:
 
{ ForbiddenError: {"errors":"Checkout System disabled"}
 
I am not quiet sure what to do or what the issue is? Any help would be appreciated.
Thank you
Replies 2 (2)

_JB
Shopify Staff
836 100 222

Hey @mike_batch,

 

It looks like you already got this resolved. For anyone else reading along, this error can happen if you're using a development store and you process more than 50 test orders. Development stores are limited to 50 test orders, so if you want to continue testing you can create another development store, or reach out to our live support team and they can investigate the possibility of adding additional test order capacity to the shop.

JB | Solutions Engineer @ Shopify 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

mike_batch
Shopify Partner
17 1 15

Hi @_JB 

So I got this resolved by creating a new store.

However, even when I set my gateway to a bogus gateway or set my shop gateways to test mode I still had that issue with my previous store.

Is this the intended behaviour? I don't think it makes sense to limit the number of orders for a test payment gateway 😕