#bops-connect
1 messages · Page 1 of 1 (latest)
that can happen, we might not know immediately that we need the doc, since it takes time to verify the submitted details, it's all async. We only need the doc if we can't verify the account from the already-submitted details
in test mode you should use the magic test mode values so the account gets verified — the address[line1] should be address_full_match and the date of birth should be 01/01/1901. Maybe that helps. https://stripe.com/docs/connect/testing#identity-and-address-verification
gotcha. we'll try that out. thanks!