#dc_user_88694

1 messages · Page 1 of 1 (latest)

lusty dragonBOT
wide oak
#

Sure, Retrieve Account API

weary otter
#

but this api does not return the status of the stripe account, or maybe I'm wrong

wide oak
#

Ah I see, you mean the status in Dashboard

#

hmm

weary otter
#

yes

wide oak
#

Um not have an exposed field for that, but you can look at requirements and charge_enabled. If enabled = false and there is some requirements, then it's restricted or rejected

weary otter
#

these parameters can be true, but the account itself can be in pending status

wide oak
#

that is is payout_enabled is false, but charge_enabled is true

weary otter
#

but the account on the Stripe dashboard is still pending

#

what parameters should be checked to be 100% sure that the account is active?

wide oak
#

Is there future_requirements?

weary otter
wide oak
#

So yes I think all requirements, future_requirements should be empty, and charge_enabled and payout_enabled should be true

#

for an account to be active

weary otter
#

OK thank you. And which parameter means that the account was rejected?

lusty dragonBOT
safe karma
#

hi! I'm taking over this thread.

weary otter
#

Thank you. If I understand correctly, in order to make sure that the stripe account is active, I need to check charge_enabled and payout_enabled (should be true) and requirements and future_requirements should be empty. Right?

safe karma
#

that's correct! I would just say that future_requirements is, as it's name implies, a future requirement. so you don't have to take care of it right now.

weary otter
#

And one more question, will payments go through to a pending Stripe account? How to find out what is the reason for the pending status?

#

Perhaps you can tell about automated payments (subscriptions), how to check the status of these payments? Does it need to use webhooks?

safe karma
#

how to check the status of these payments?
can you clarify what you mean by this exactly?