#IGMontero
1 messages · Page 1 of 1 (latest)
maybe calling https://stripe.com/docs/api/accounts/update#update_account-metadata will trigger it
Looks like this is only doable through the API, not the dashboard right?
not sure, but it's a straightforward API call
you can also use stripe-cli and do stripe trigger account.updated
can you paste the req_xxxx
req_8khjLIFaaEEZe7?t=1673262466
Sorry, this req was sent with the api key used for the pic above: req_sjzzHPu3xmOYDl?t=1673262421.
The other I sent above was sent with my personal test api key
best to test this with a fully test mode account, that's a real account you're updating
you can't really update your own account through the API this way
if you want to test this ,create a test mode account(https://stripe.com/docs/connect/standard-accounts using test mode keys) and then update that, or just use stripe trigger account.updated, overall
Okay I'll try that
Looks like stripe trigger account.updated works. Is there a way to set the account id for the webhook?
Ah nvm just found it in docs.
Actually I think there is no way to do that. What I found was not what I was looking for
correct, there's no straightfoward way
if you need it to be for a specific account, ,create a test mode account(https://stripe.com/docs/connect/standard-accounts using test mode keys) and then update that