Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
We are creating a fully customized Checkout App for which we need to access the available payment methods. We did not see any API call for this. I read a few posts related to this topic but did not find any solution.
Is there such an API call available?
Hey @sardarusama4106 ,
There is no public Shopify API for pulling the list of Payment Gateways available for the Merchant.
Keep in mind that if you are trying to build a custom checkout experience, you need to use the Sales Channel SDK and also request for payment processing (https://help.shopify.com/en/api/guides/sell-through-the-checkout-api#completing-the-purchase)
To learn more visit the Shopify Help Center or the Community Blog.