#Iamshankhadeep

1 messages · Page 1 of 1 (latest)

red stoneBOT
viscid river
#

I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

solar iron
#

like I wanted to know is there a webhook event that get's fire if some one from the admin rejects a connect account?

viscid river
solar iron
#

okay,

#

but it does not have any account rejected field,

#

it makes payouts_enabled and charges_enabled to false,

#

so is there a way to figure out the account is rejected from account.updated event?

viscid river
#

Those are the 2 attributes that tell you if an account is active. There's no rejected attribute

solar iron
#

so no way to find out the account is rejected?

viscid river
#

Nope

solar iron
#

awesome thanks, you help me a lot,

viscid river
#

This is the method for rejecting an account via the API: https://stripe.com/docs/api/account/reject

Notice that it returns:

an account with payouts_enabled and charges_enabled set to false on success. If the account ID does not exist, this call raises an error.

#

rejected means the same thing as payouts_enabled and charges_enabled