Recently Shopify changed it so partner store apps require credit card information to install my app. Is there any way around this?
Hi @PartnerApp ,
Shopifyâs billing requirements generally depend on how your app is configured and whether it requires an active subscription or paid plan.
If the app uses Shopifyâs billing system, merchants may be required to add a payment method before installation or after a trial period. This requirement usually cannot be bypassed.
For testing purposes, you can check whether your Partner Development Store setup supports test billing or free app installation. Otherwise, the best option would be to review your appâs billing configuration or contact Shopify Partner Support for clarification.
Hope this helps.
Thank You !
in your appâs pricing / managed pricing config, you create a private test plan priced at $0, then add the specific development store to that planâs store access list. thatâs the âenable it for a specific storeâ toggle you remembered.
Go to your Distribution > chose the Edit Listing > Pricing
Now they dont require credit card.
Why I like it: because people cannot just install and keep looking at it for months. And then paying me nothing.
Hi!
This usually comes down to how your appâs billing is set up, not the store itself. Development stores are meant to install apps without a real card - but only if the charge is created as a âtest chargeâ
Some things to note :
- In your billing code, make sure youâre passing
test: truewhen the store is a development store. If the charge is created as a real one, Shopify will ask for a card even on a dev store. - If youâre using managed pricing, set up in the Partner dashboard instead of a code, check if your plans allow test charges for development stores.
If both look fine and itâs still asking for a card, itâs worth raising with Shopify Partner Support, they can see exactly why the billing prompt is triggering.
Hope that helps ![]()
Hi @PartnerApp,
Does your appâs pricing show âFree for development storesâ like in the screenshot below?
If that line isnât showing, youâll want to make sure your app has a development store pricing plan. Without it, Shopify treats even dev store installs as requiring a billing setup.
To set it up, check @Ploqoâs reply above. He covered all the steps!

