For AI agents: visit https://docs.bynn.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- Create a new identity verification session
- Show session information
- Consent
- Check websocket for next step or on websocket timeout backup (call Preflight Get next verification step)
- Show consent screen and depending on user Accept or Reject call Consent with parameter true|false
- Upload media
- Wait for websocket preflight data response, if you have not received anything for 90 seconds, call preflight API or send "preflight" in websocket.
- Start a liveness capture
- Complete a liveness capture
- Wait for websocket preflight data response, if you have not received anything for 10 seconds, call preflight API or send "preflight" in websocket.
- Upload address verification
- Wait for websocket preflight data response, if you have not received anything for 10 seconds, call preflight API or send "preflight" in websocket.
- Upload funds verification
- Wait for websocket preflight data response, if you have not received anything for 10 seconds, call preflight API or send "preflight" in websocket.
- Phone verification (Initiate)
- Phone verification (Complete)
- Wait for websocket preflight data response, if you have not received anything for 10 seconds, call preflight API or send "preflight" in websocket.
- Email verification (Initiate)
- Email verification (Complete)
- Wait for websocket preflight data response, if you have not received anything for 30 seconds, call preflight API or send "preflight" in websocket.
- Show screen, if a
web_sdk_return_url is available from the Show session information then redirect the applicant.
- No further action required
- TBA (Only Mobile SDK)
- Wait for websocket preflight data response, if you have not received anything for 10 seconds, call preflight API or send "preflight" in websocket.