Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I'm building a shopify app which attempts to place a recurring charge. I am using a Java backend, and communicate with Shopify REST API for billing.
When I call the recurring_application_charges API, I get an empty response. No errors whatsoever.
Has anyone seen this happening before?
Here's my request body:
{ "recurring_application_charge": { "name": "Hey-Hey_1", "price": 90, "return_url": "https://xxx.yyyy.zz/go", "trial_days": 30 } }
I included the X-Shopify-Access-Token header with the correct value.
Thanks!
Is this problem solved? What's the plan