#some1ataplace
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
You will be able to see account.updated webhook events on your Connected account: https://stripe.com/docs/api/events/types#event_types-account.updated
hmm is there a way to do it without a webhook? All I want to do is display the express login link for the user once they finish their onboarding link I create for them. Once they finish their onboarding link, I will hide the onboarding link and display the express login link.
I understand. You can rely on checking the charges_enabled and payouts_enabled properties on the Account object: https://stripe.com/docs/api/accounts/object#account_object-charges_enabled
Why would I use one over the other? Should I use both?
If are are asking about webhooks vs get requests: You should definitely use webhooks, they are more efficient for both you and Stripe than poilling
If you are asking about charges_enabled vs payouts_enabled, then you should use both as they are both important to the functioning of the account
okay i will use both. thanks
btw what time do you guys open and close on this discord chat? It seems like you close earlier now?
Not sure what we changed there but can look in to it and get back to you
thanks