Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: How can I test real billing

How can I test real billing

KlausChe
Shopify Partner
4 0 1

Hi guys :

I tested this with an unlisted app and a development store as follows.I passed in test: true when requesting GraphQL's appSubscriptionCreate, which is correct and can be used to pay for the test bill.

But i want to test a real billing now, When I removed test: true, I found that I could not use any payment methods including bank cards and PayPal.Is it because development stores and unlisted apps cannot create real bills? 

In addition, regarding the billing cycle "interval": "EVERY_30_DAYS", is there any way to shorten this cycle? I want to test the renewal bill. Do I have to wait until 30 days? Please help me, kindhearted person!

 

 

Replies 2 (2)

Liam
Community Manager
3108 344 910

Hi KlausChe,

 

Correct - development stores can't process real payments on apps/ themes/ orders, etc. You could test with a "real" store in trial mode if required? Also for AppPricingInterval, it does seem the only valid values are either ANNUAL or EVERY_30_DAYS, see docs here

 

Hope this helps,

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

KlausChe
Shopify Partner
4 0 1

Hi Liam,

Thank you for your reply!Is the trial mode you mentioned the trialDays in the documentation? Also, after I create a real store, how can I install my unlisted apps?