#citronovastava

1 messages ยท Page 1 of 1 (latest)

frozen auroraBOT
coral mesa
#

Hello ๐Ÿ‘‹
Not sure I completely follow the ask.
What do you mean by CRON? or what would block the CRON?

#

Can you elaborate?

bronze shoal
#

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

coral mesa
#

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

bronze shoal
#

Awesome, this is great solution! Thanks so much

coral mesa
#

NP! ๐Ÿ™‚ Happy to help
Good luck