#jg
1 messages · Page 1 of 1 (latest)
Hi,
Can you share what field exactly you are looking for?
https://stripe.com/docs/api/accounts/object and what requestId you made in order to update your information and you were expecting an event?
Hello
I need
- Charge_Enabled (OK)
- Address Information (NOT OK)
- business type (NOT OK)
Our platform receives the webhook event account.updated, I do not create the request
Not sure I understand you here, what you mean by "NOT OK "?
the account.updatedoccures whenver an account status or property has changed.
https://stripe.com/docs/api/events/types#event_types-account.updated
What changes was made on your account (which probably means there is a requestId related unless it's a stripe verification/update)and that's is not received as an event
NOT OK means we do not receive the information
The flow is somethingle like this
- Customers can change Stripe data (we use express accounts)
- On an information chage, we receive it through the webhook
- we handle teh webhook to save information
is there any way to know the requestID on a connect dashboard change?
Yeah here how you can find requestId in general
https://support.stripe.com/questions/finding-the-id-for-an-api-request
for connect logs you can access to your Express Connected Account as a PLatform from:
https://dashboard.stripe.com/acct_1234/logs
thanks @void goblet let me check the requestids
Is this a request ID? evt_1Mf838I6FExtM1Xz7utMGxNu
sorry
no worries.
Hi! I'm taking over this thread.
Can you clarify which fields exactly are you looking for on the Account object? https://stripe.com/docs/api/accounts/object
Hi Soma
As a mention before, the fields are
charges_enabled (which we receive)
business_type (not received)
Address information, either for individuals or companies (no received)
all these fields are available only for Custom accounts, as mentioned in the doc above. So can't see this information for Express accounts.
Think
is there any field for address available for express?
There may be some info in the business_profile.support_address object https://stripe.com/docs/api/accounts/object#account_object-business_profile