#Moonat
1 messages · Page 1 of 1 (latest)
How are you creating accounts?
I'm trying to understand what kind of a webhook signal you'd be looking for if you're creating these accoutns yourself.
Ok so you don't create the accounts directly then, got it
When using oauth like this, you'd be using the oauth sequence to detect these account signups:
https://stripe.com/docs/connect/oauth-standard-accounts#redirected
ok, so it will redirect to a link so I can get the id to get the data?