#dicbra
1 messages · Page 1 of 1 (latest)
Hi there
Hi m8
I think if you list Persons associated with the account you should see this info: https://stripe.com/docs/api/persons/list
I noticed that the "person.created" event was triggered, but when I entered the first and last name data, I expected the "person.updated" event to arrive.
Hmm can you provide me the request ID where you updated the person's first/last name?
I didn't update. But I came to the page during the onboarding where I enter my first and last name. And he already created that persona on the page before.
Which is a bit illogical to me. I can't possibly capture the data they enters during the onboarding.
Yeah don't think that is how it works during the onboarding flow. You would listen for account.updated here and then if you want the Person first/last you would wait for the Onboarding to be completed and then retrieve the Person for that data
Happy to help