I’m building an app that needs to allow merchants to subscribe to the app’s service, I’m following the Recurring Charges section from the documentation using the Subscription API with GraphQL, I added the code, get the confirmation URL and opened it myself.
Now I want to test the App subscription for the dev store, but I don’t want to use a real credit card, I’ve searched into Shopify Forms and found that we can use Bogus gateway, but unfortunately It seems it doesn’t work for that purpose.
I’ve tried a usual test credit card but also didn’t work for me.
Hi @lalosh , I use GraphQL mutation AppSubscriptionCreate and I set params “test”: true, but it doesn’t work, still disable button Approve. Did you fix it? Thank you so much
Can I set test: true in production app? Does it require customer add Card when free trial end? I want development store can test our app without VISA/Card. Thank you