#julien_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1314207928173068328
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- julien_api, 19 hours ago, 15 messages
hi there!
hi!
so you are not using npm to use connect.js? if so, I recommend reading the instructions here: https://docs.stripe.com/connect/get-started-connect-embedded-components?client=js#integrate-without-sdk
interesting! I didnt manage to find this tutorial from the API
I will check it out and get back to you
I managed to fix my issue, but now i am encountering another one :
Basically, the API tells me that i must provide a clientId, but I am passing one that was just created in the same request
and you can see that both keys are passed properly to the javascript function
you used fetchClientSecret, which should be a function that retruns the secret, not a string with the secret
maybe we support passing clientSecret with the string directly? not sure.
indeed
I asked myself that question, but the doc seems to only mention fetchClientSecret, and not clientSecret
Let me try that out!
I'm just guessing here. if it's doesn't work with clientSecret, then you have to use fetchClientSecret and pass a function.
let me kniw if it works or not.
here is my dashboard!
Thanks for your help ๐
so clientSecret worked? nice! I'll make sure we update the doc to clarify this.
Yes, when passing a string, clientSecret worked!
thanks for the confirmation ๐
I just have one more question about customization if that's okay!
sure!