#esset

1 messages · Page 1 of 1 (latest)

hazy ingotBOT
vast yarrow
#

Can you share the evt_xxx IDs?

smoky shoal
#

sure

#

evt_1MYRi7R2WvjGEG5l4y4ijXfz and evt_1MYRi7R2WvjGEG5lUl5gQMMi

vast yarrow
#

Yep, the way to figure out which is the most recent event is by looking at the previous_attributes hash

#

When you test data to onboard accounts, statuses/requirements like this will change ~instantly and each change is reflected in an account.updated event

#

In live mode it's likely to take longer to verify accounts, so less likely that those changes will be as quick. But previous_attributes is how you'd know which is the most recent, because we cant guarantee webhook event ordering

smoky shoal
#

Hm.. Can they ever go from active -> pending?

vast yarrow
smoky shoal
#

OK... so, that in combination with equal timestamp would make it impossible to know for sure which the correct state is?

#

In theory, it could be events triggered when someone loses active status...?

vast yarrow
smoky shoal
#

First an update where they have "active", at the same time as it goes to "pending"

vast yarrow
smoky shoal
#

OK, thanks.

vast yarrow
#

np