phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Payment app URL not supported #249

Open akshay-cygnet opened 2 years ago

akshay-cygnet commented 2 years ago

I have create my new Shopify payment app and I am calling graphQL mutations. I have got an error from Shopify as below,

Action Required: Can you please work with your team to update your urls to point to the Payments Apps API (not Admin API)? This should be a quick change in the URLs used to call the payments mutations for your app(s).

Currently your URL may look like this: https:///admin/api/<2021-10 or unstable>/graphql.json

Change it to: https:///payments_apps/api/2021-10/graphql.json

Let me know which function we can use for payment_apps URL