Reputation: 557
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.
Upvotes: 2
Views: 23626
Reputation: 241
[Dec 2024] 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
Reputation: 21
To find the ClientId, visit the following endpoint: https://dashboard.stripe.com/settings/connect/onboarding-options/oauth.
Upvotes: 2
Reputation: 4734
You just need to login on Stripe and navigate to this link: https://dashboard.stripe.com/test/settings/connect
Upvotes: 4
Reputation: 69
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