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

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

wayforward
Shopify Partner
43 4 6

Hi,

 

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

 

Cheers!

Replies 2 (2)

Moeed
Shopify Partner
7477 2024 2485

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


wayforward
Shopify Partner
43 4 6

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