Hi, has anyone here successfully implemented the stripe onboarding component? Whatever I do I can´t make it work - it doesn´t even show anything in the console log. I create the account session using xano and get the client secret back - at least that works lol. I also understand that I would have to initialize ConnectJS first , befoe I can render the Account onboarding component in toddle but this doesn´t seem to work. I did modify the code to intialize ConnectJS a little because I already get the clientsecret back from xano so I made sure I can insert it using an argument. Would be greateful for any help here. Thanks https://docs.stripe.com/connect/get-started-connect-embedded-components#account-sessions https://docs.stripe.com/connect/supported-embedded-components/account-onboarding
Nico
1 day ago
why are you trying to use connect? Is checkout or even paymentlink not enough?
Yes, Claude wrote it lol. Also this wasn´t the first version .. but none of them seemed to work. Thanks for your feedback tho, I´ll edit it right away and see if it works
Lucas G
1 day ago
Yeah it's easy for AI to hallucinate with this sort of thing
Really gotta refer to docs to make sure it's all real
Happens way too often 😂. I read the docs before even opening Claude but I somehow had to modify the code because the client secret is an argument in my case and I´m not good at writing code.
I tried to make it work now using your tips but still nothing happens