A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi there,
I run a sales channel which makes use of the checkout and payment resource rest API's in order to process orders.
https://shopify.dev/api/admin-rest/2022-04/resources/payment#resource-object
For the payment API, there is a key within the response called "next_action". Are there any test card details that I can use to make sure this is populated. Also, I assume it is populated in order to provide a link for 3d secure authentication?
I've had a few orders not go through and I suspect it's because of this, though I may be wrong. (Yes my logs weren't set up properly at the time haha)
Any help would be much appreciated.