#josando-webhook
1 messages · Page 1 of 1 (latest)
Not I know of. You can use Stripe CLI to trigger webhook events: https://stripe.com/docs/webhooks/test
I was able to initialize one webhook, but I get the following error for the next one:
The event ‘account.external_account.updated’ is not supported by the Stripe CLI.
👋 stepping in for river
Yes it's known that not all events are supported in Stripe CLI
So I need to manually trigger the event, in this case, update the Connect account? I don't understand why Stripe has taken a step backwards. It's pretty inconvenient..
I am finding if there is a workaround for account.external_account.updated, but maybe you would need to create a flow to trigger it
Because there were inconsistent behaviors with that button, and in some cases its sent data has issue, so we removed it
Ok. I'll see how I can trigger it.
I think for account.external_account.updated you can simply trigger some update with your external bank or debit card
like this API, in example https://stripe.com/docs/api/external_account_bank_accounts/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thanks