#mashuksergey
1 messages · Page 1 of 1 (latest)
There is no 'status' field on the Account object. Instead you'd generally check charges_enabled and the requirements hash: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
i cerated standart account.
and i check this keys:
charges_enabled
payouts_enabled
if all true -
we can use this acccount to send create payment intent and refund. it is correct?
Yep, looks good to go. Try it out
Thanks! Nice job and company!