#Flolosain
1 messages · Page 1 of 1 (latest)
Hi. Recommend taking a look at this: https://stripe.com/docs/connect/testing-verification
Thanks! But I'm using bubble and I have to initialize the connexion first and impossible to
What's bubble?
No code solution
We help developers in here integrate our API
When I seup the URL endpoint, the application is waiting for a trigger event to initialize
setup*
👋 stepping in here since codename_duchess has to head out soon
Thanks
Can you be really specific about what you mean? You mention your waiting for the trigger event to initialize - are you waiting for a specific stripe event?
Yes I' waiting for the event account.updated
Gotcha - and can you clarify why the testing doc that https://stripe.com/docs/connect/testing-verification sent you doesn't match what you need?
To test after the initialize call seems to be okey, but not for the first time
What do you mean not for the first time? Typically with testing connect accounts you'd create an actual Account in test mode and go through the onboarding process
With Authorization and Bearersktest... ?
I deleted the first message since it's got test secret key in there
but yes, generally that's how you'd use your API key (and you can always reference https://stripe.com/docs/api/authentication)
Ok thanks!
Could you please confirm me the process for KKYC / KYB :
- Stripe custom account is created
- An event is trigger "account.updated" when a document is required
- For companny or person, need to use the person object ?
- How to do all in the Stripe URL?
Let's back up for a quick second - what kind of connected accounts are you working with?
Only custom
I would like to do the KYC / KYB in a verification portal hosted by Stripe. Is it possible ?
Yeah you can direct your users to an Account Link - have you read through this doc? https://stripe.com/docs/connect/connect-onboarding