#yebuntu
1 messages · Page 1 of 1 (latest)
The process of charges going from false to true seems to take like a few minutes, and I'm trying to figure out the best condition to check for to present a pending screen while stripe makes its requests
external_account means the bank account or debit card to be used for Payout
Yes the status changing could take a few mins and it's purely async. Sorry but there is no properties to check it's verifying You could wait for an update on account.updated webhook event tho
Gotcha, so external_account is another onboarding process that I would need to take the customer through to enable payouts then right?
And I see, I guess I will figure something out internally, perhaps if majority of the requirements are completed and sent through, I can add a boolean column in the DB, and while that exists and payouts are not enabled, just do some pending UI thing.