#mindsetinmeta
1 messages · Page 1 of 1 (latest)
Hi there!
On the account object you can find two booleans: charges_enabled https://stripe.com/docs/api/accounts/object#account_object-charges_enabled and payouts_enabled https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled to know the status of the account.
charges_enabled
boolean
Whether the account can create live charges.
my question is when this is true, does it mean the payout account can also be used for making payment?
what is live charges? is it equivalent to payment intents?
what is live charges? is it equivalent to payment intents?
Yes. It means the connected account can collect payment from end users.
so I have to check both to be true for a connected account to receive payment from buyers and receive payment from Stripe?
Correct.