A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
New payment API works like this to my understanding.
Is it possible to stop the current payment session somehow from API so it would always do a new request?
Our payment provider server supports many different platforms and Shopify is only small part of it currently (ca 600 shops). The link in our system gets expired at some point or goes into CANCELLED status after returning to the shop.
I would like to create a new request to my backend everytime user clicks on the Pay button on Shopify side. Can I do something about it or should we redesign our systems to support that flow? (Links that last forever and never get EXPIRED)