Capture payment for shopify
Hi, what would be the best/cleanest way to capture payments from orders in gadget for shopify
2 Replies
Hello,
Have you taken a look at the order transaction model? https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderTransaction
Those are the payments made on the order
thanks! wil ltake a look