#Bhaal22-account-object

1 messages · Page 1 of 1 (latest)

jolly heartBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

upbeat pewter
#

There isn't 1 field unfortunately that matches what the dashboard shows

fiery tapir
#

sad

#

I am building my own dashboard

upbeat pewter
#

You really have to look at the requirements hash on the account to see if there's items that are currently_due, past_due, eventually_due, etc

fiery tapir
#

and wanted to reflect stripe dashboard

#

by chance dont you open source your dashboard?

#

would be really handy

upbeat pewter
#

Nope

#

That's closed source

fiery tapir
#

no worries

#

how would I even know the account is enabled?

#
    "card_payments": "active",
    "transfers": "active"
  },```
#

?

#

"payouts_enabled": true,?

#
    "currently_due": [

    ],
    "disabled_reason": null,```
#

its tough 🙂

jolly heartBOT
#

Bhaal22-account-object

upbeat pewter
#

It's active

#

Actually wait

#

Check charges_enabled and payouts_enabled

#

If both those are true

#

It's active

#

But it might be restricted soon if there's outstanding requirements int he requirements hash

#

That's the main thing

fiery tapir
#

ah yes

#

let me think that business logic

#

thank you