#laeti1651
1 messages · Page 1 of 1 (latest)
Which event(s) are you using? account.updated I assume?
The 'how to know if verification is due' is covered here: https://stripe.com/docs/connect/handling-api-verification#determine-if-verification-is-needed
You can use the test credentials here to onboard accounts in specific states: https://stripe.com/docs/connect/testing
Yes account.updated !
I saw this : https://stripe.com/docs/connect/handling-api-verification#determine-if-verification-is-needed
But it is about requirements field, that I don't have in the events.
Thank you for the testing link 🙂
Ah yeah, requirements is a new(ish) field relative to your API version: https://stripe.com/docs/upgrades#2019-02-19
The differences are noted here. Unfortunately the documentation wil use fields/parameters from the most recent version so you need to comb through the API changes to make the mapping to your version