Read the banking application
Reads what the application still needs. Returns ready (whether it can be submitted), applicationStatus, and the outstanding questions. The identity answers carry over from verification; what remains are non-identity questions such as employment status and source of funds, which an agent can answer itself.
This is a Firebase callable served from the Cloud Function URL (https://us-central1-kyc-ts.cloudfunctions.net/getBankingApplication), not the https://laso.finance base URL used by the paywalled routes. Callables wrap the request in {"data": ...} and the reply in {"result": ...}. Send the id_token from /auth as a Bearer token. Free.