Validar senha transacional

Compara o PIN com o hash armazenado. Toda tentativa fica em
banking_account_pin_attempts (audit). Sucesso zera contadores; falha
incrementa failed_attempts e ativa lockout se exceder limite.

⚠️ O PIN vai no header X-Account-Pin, nunca no body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Headers
string
required
^\d{6}$

PIN a validar — 6 dígitos numéricos.

Responses

401

PIN_INVALID — pin incorreto (tentativa contou).

403

Token inválido.

404

PIN_NOT_SET.

423

PIN_LOCKED (temporário 15min) ou PIN_PERMANENT_LOCKED.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json