#gadbit-connect-rejection

1 messages · Page 1 of 1 (latest)

spring scrollBOT
cloud pawn
#

how can i help?

topaz vapor
#

When a Standard Account tries to connect with my platform in order to receive payments online, how many days it last to get an answer from Stripe to know if its enabled to receive payments through my app?

cloud pawn
topaz vapor
#

OK, so at programming level, i have another question, can i have a listener when a connected account is rejected or its only available for status change?

chrome spruce
#

gadbit-connect-rejection

topaz vapor
#

OK, so i have another question, since it's possible that a connected account was already registered on Stripe (so it's enabled to receive payments), but also it's possible that a connected account is not registed on Stripe yet. So, the second one needs to create an account filling the form, but its info need to be reviewed

#

So, what's the default state for those accounts?

#

First case (already registered account), Second case (not registered account).

chrome spruce
#

Sorry I don't really understand what you're getting after. What you should do is look at charges_enabled, payouts_enabled and requirements

topaz vapor
#

But... All the accounts has charges_enabled and payouts_enabled false by default even when the account was already registered in Stripe before and has charges_enabled true with another Connected Account?

#

I ask that question since i need to know that charges_enabled field will be updated at least once for every new connected account, since i will be listening the account.updated event, to change a field in my database.

chrome spruce
#

I'm sorry I'm strugglign to follow what those words could mean

#

all you need to do is look at the 3 properties I mentioned to know their current state and an account.updated Event will be sent whenever one of those changes over time

topaz vapor
#

OK OK

#

Thanks