A place to discuss charging merchants for your apps and services using the billing API.
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!
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
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?