#theodore_best-practices

1 messages Β· Page 1 of 1 (latest)

warm troutBOT
#

πŸ‘‹ 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/1351646804579713105

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

modest prawn
#

Hi, what does 'proof of liveness' mean?

stuck junco
#

Proof of liveness is the formal Stripe term for photo id. ☺️

modest prawn
#

Where do you see that?

#

First time hearing this term

stuck junco
modest prawn
#

Ah, you're referring to that selfie. Thank you for sharing.

#

The onboarding handle these collections

stuck junco
#

Yes. I'm currently using Stripe-hosted onboarding. The Stripe docs recommend checking the requirements hash. Upon checking that the connected account is required to provide a photo id and an address document. The requirement_collection hash can be either Stripe or my platform. I wish to delegate the collection of photo id and address docs to Stripe. Is that possible? How does Stripe obtain those things? Does Stripe email the connected account to ask for them?

modest prawn
stuck junco
#

That's what confuses me. In the Api docs I can set the controller.requirement_collection hash to stripe where it says "Stripe is responsible for collecting outstanding and updated requirements on the account".

Right now I'm working on an app where upon returning from the onboarding flow the dashboard says that the connected account needs photo id 😐. Okay so upon seeing that I created a page in my app that allows the user to upload pics of their documents.

modest prawn
#

yeah, testing these flows help to better understand how it all works

stuck junco
#

Okay thanks. πŸ‘

modest prawn
#

Sure