Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

GraphQL filter TenderTransactions by Gateway

GraphQL filter TenderTransactions by Gateway

srcb
Shopify Partner
10 0 2

Is there any way to get the tender transactions for only a single gateway? For example, I only want to get tender transactions for PayPal. Is there any way to do this?

If not, are there any plans to support this?

Reply 1 (1)

srcb
Shopify Partner
10 0 2

 I want to get all tenderTransactions from a specific gateway for a specific time period. Is this possible? I know I can pull OrderTransactions, and then filter out only the transactions for the specific gateway, but this seems wasteful. Why make the extra call?