#citronovastava
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Not sure I completely follow the ask.
What do you mean by CRON? or what would block the CRON?
Can you elaborate?
Its automatic task on the server, which is basically every X minutes asking about some state (in this example: if the customer finished onboarding)
This question is also for other developers who integrated Stripe connect and what was their best practices
Ah gotcha. A better option would be to rely on webhooks.
The information would come to you when updated (rather than you polling Stripe's API for the changes)
https://stripe.com/docs/webhooks
You'd receive account.updated event
Since you're using connect, this guide is more helpful
https://stripe.com/docs/connect/webhooks
Awesome, this is great solution! Thanks so much
NP! ๐ Happy to help
Good luck