GraphQL to get all available payment methods (gateways)

Hi,

Our app need to get all available payment gateways using GraphQL api, we need to map the payment method from Shopify to a payment from our POS software, so when an order received from webhook, we can create an order file for our POS to import.

But I couldn’t find any docs to get the payment gateway via GraphQL, just wondering if you have any suggestion on this

Running into this issue as well.

I’m not able to find out what the correct paymentGatewayId is to use in the draftOrderComplete mutation.

Trying to set the payment gateway to Cash on Delivery (cod), not sure if there’s a specific ID to use or not.

Same problem here, Shopify is a headache.