post deprecated
https://api.autra.io/v1/banking/onboarding//kyc/callback
DESCONTINUADO — retorna 410. O KYC agora é parte do fluxo Full Autra.
Receives the base64-encoded selfie captured by the Unico SDK, submits it to Unico for verification, and — if approved — automatically chains the full account creation flow:
- Unico verify — server-side biometric decision (source of truth)
- Person creation — registers the natural person in the banking provider
- Account creation — creates the digital account
- Account activation polling — waits for the account to leave
BLOCKEDstate and obtain agency/number
On success returns 200 with status: COMPLETED and the new account details.
Possible 202 Accepted responses
Two scenarios may return 202 with the current proposal in the body:
- KYC still processing — Unico's risk score orchestration is taking longer than the inline polling window (~17s). The app should wait a few seconds and re-call this endpoint without an image — the backend will reuse the saved process ID.
- Account still provisioning — the banking provider hasn't activated the account yet (~2-5s typical). The app should poll
GET /v1/banking/onboarding/{id}until status becomesCOMPLETED.
Idempotency
- If proposal is already
COMPLETED, returns the current state without any side effects. - If interrupted between person creation and account creation, the next call resumes from where it stopped.
- Re-calling after a
202(KYC still processing) skips submission and only polls Unico for the result.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
410DESCONTINUADO — esta rota legada sempre responde 410 Gone. O KYC agora é parte do fluxo Full Autra.
