#jean-baptiste-r_best-practices

1 messages · Page 1 of 1 (latest)

brave basinBOT
#

đź‘‹ 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/1380167648251347036

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

lean igloo
#

Thank you for your time 🙏

brave basinBOT
young grail
#

Hi,

What happens when "current_deadline" has passes ?

Rquirements will disable capabilities because they weren’t verified before the current_deadline

Will Stripe request our webhook with "payouts_enabled: false" ?

What does this mean exactly?

Is this the only check I have to do ?

Yes, you can look at currently_due to see requirements that you must collect by the current_deadline for the Account to remain active.

What if it is a company for example ?

It does not matter what the entity is, you'd still see the requirements in currently_due

lean igloo
#

Rquirements will disable capabilities because they weren’t verified before the current_deadline
Okay thank you. So a user just have to generate an account_link and give the required information right ?

What does this mean exactly?
Well... Now that I read my question, I feel like it makes no sense. Sorry, let's forget it...

Thank you for other answers 🙂

young grail
lean igloo
#

Thank you a lot for your answers !
I wish you all the best ❤️

young grail
#

Sure, same to you!

lean igloo
#

I'm sorry, I have a last question 🙏

So, this way I know if an account is validated or not, but how can I know if the validation is on pending ?
Before, we have the status with the "pending" state

young grail
#

You can listen to account.updatedevent and inspect the charges_enabled and payouts_enabled attributes indicate whether the account can create charges and accept payouts.

lean igloo
#

I see...
So, if charges_enabled and payouts_enabled are false and requirements are empty, then validation is pending
else if requirements aren't empty, then validation failed and information is required
else validation is done and account is validated

Am I right ?
(I just want to be perfectly sure of what I will do, payments are a sensitive subject for both us and for end users)

young grail