Connect Stripe With Shopify Payments

Hi there,

I’m trying to complete my Checkout through Storefront API.

But when I looked in Shopify Storefront guide, I can’t find value for this field: shopifyPaymentsAccountId

when I create a new Checkout (even using StorefrontAPI to query it).

| You need access to create tokens on behalf of Shopify’s Custom accounts in Stripe. | When your app creates a new checkout for a store with Shopify Payments enabled, Shopify creates a Stripe account for the merchant as part of the Connect integration, and returns the shopifyPaymentsAccountId. You can also use the Storefront API to retrieve the shopifyPaymentsAccountId. You can then get a credit card token from Stripe to complete the payment.

To get access, provide Shopify with your Stripe platform account ID. You can query for this ID using the Stripe API. |> | - | - |

So my question is How can I connect my Shopify Store with Stripe platform in order to get value for this field: shopifyPaymentsAccountId ?

  • My Shopify Payments is enabled without any config to connect with Stripe Platform.

  • My store is located in Singapore, which country supported Stripe and Shopify Payments.

Appreciate with your supports. Many thanks.