#mindsetinmeta
1 messages ยท Page 1 of 1 (latest)
we are listening to the account.updated event. My question is, when a connected account changes his payout method, is it triggering an account.updated event?
I don't think so
when they change their payout methods, how do we know that?
you can listen to this event
https://stripe.com/docs/api/events/types#event_types-account.external_account.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
also the deleted/updated events might be helpful
depending on your use-case
we would like to know if a connected account, e.g., a seller on our platform, has changed his payout account.
so we should listen to account.external_account.updated?
what does the event send us?
an account object?
updated could be for the same external_account
if they created a new one maybe you need to listen to external_account.created
that's why I suggested listening to all 3 events
what does the event send us?
the external account