A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We are developing the Shopify payment app using the Shopify payments API. We have already received the Shopify payment partners' approval. Our app extension is also approved and we also have published the minor version of the app extension with dummy payment URLs for testing.
We have already installed the App on our development store. But we don't see the app installed in the apps section. Is this app supposed to be seen here?
While we are making the request for paymentsAppConfigure using GraphQL API it gives an error response "[API] Invalid API key or access token (unrecognized login or wrong password)"
Did anyone face the same issue while working on Shopify payments App using the Shopify payments API?
I would first make sure you're not sending cookies in the request. Click the cookie option in the desktop version of postman, remove any you see, and try again.
Hi Jason, Thanks for the reply. We are not sending cookies in the request. We also checked this in the cookies tab in postman.
hi,
we face same issue. have you found the solution? could you please update?