I’m trying to fetch transactions from specific orders via the API.
I am making calls to the Transactions endpoint. My request works fine for all orders except any orders made through Shop Pay.
For all other orders a call to Transactions endpoint returns all transactions for the order, but an order paid with Shop Pay returns no transactions at all.
I see in Shopify admin that these Shop Pay payments are processed through Shopify Payments payment gateway, even though the store actually uses authorize_net payment gateway.
I am trying to figure out if this is an API limitation, or perhaps a bug, or if Shop Pay transactions are just not available via the API.
Does anyone know or have an idea what the issue might be?