Shopify Billing API (REST) empty response

bambadigatta
Visitor
1 0 0

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!

Reply 1 (1)

hihooliu
Tourist
4 1 0

Is this problem solved? What's the plan