andika_kurniawan
andika_kurniawan

Reputation: 557

How to get Client ID in Stripe?

I want to know how to get Client ID in Stripe ? On new view, I feel hard to find Client ID.

Some instruction says that I need go to Connect panel.

But, when in Connect page, I can't get the Client ID.
enter image description here

Upvotes: 2

Views: 23626

Answers (4)

[Dec 2024] enter image description here I found Test Cliend ID in Settings > [Product settings] Connect > Onboarding options > OAuth https://dashboard.stripe.com/test/settings/connect/onboarding-options/oauth

Upvotes: 0

Marvin Tchio
Marvin Tchio

Reputation: 21

To find the ClientId, visit the following endpoint: https://dashboard.stripe.com/settings/connect/onboarding-options/oauth.

Upvotes: 2

Victor Rius
Victor Rius

Reputation: 4734

You just need to login on Stripe and navigate to this link: https://dashboard.stripe.com/test/settings/connect

Upvotes: 4

You can find your client_id here in docs: https://stripe.com/docs/connect/testing#using-oauth
Keep in mind that you should be logged in so your client_id would be displayed directly in the documentation

Upvotes: 6

Related Questions