0
votes

While testing Shopify recurring application charge today I got stuck in following issues, can anyone please look into this....

  1. I created a test recurring charge, it worked fine but I was not able to locate where to accept the charge in my test Shopify shop using admin.

  2. I can see or query the newly created test recurring-application-charge object but can not remove or cancel it. Whenever I tried to remove, it gave me a ResourceInvalid: HTTP Error 422: Unprocessable Entity

I am using Shopify python api to interact with Shopify server.

1

1 Answers

1
votes

I created a test recurring charge, it worked fine but I was not able to locate where to accept the charge in my test Shopify shop using admin.

When you created your charge, you had to provide a callback so that Shopify could send the charge for you to accept. I would look there for it.