How to get payment methods active in a store using graphql?

Hi,

I am trying to collect all the payment methods active in a store. Is it possible to fetch them using graphql?

Cheers!

1 Like

Hey @wayforward

Yes, you can retrieve the active payment methods in a Shopify store using the Admin GraphQL API. Shopify provides the “shop” query, which includes information about the store’s settings, including the available payment methods.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Can you share the query? I think I am missing something here