Verify a submitted PIN (single-shot)
Verifies the PIN the player entered against the minted one-time session. Single-shot and never retried: the backend consumes sessions on success and rate-limits failures.
The x-secure-session header carries the sessionToken from the mint
response. When valid is true, the response payload is the full
backend verify response; a non-valid response reports locked and
the attempt counter.
Authorizations
Player access token returned by login/refresh.
Path Parameters
The sessionId returned by mint.
Body
The PIN the player entered.
"482915"
The authorized amount as a decimal string.
"9.99"
Wallet destination the player is authorizing.
9.78200031609046e+47
Client-generated key scoping one authorized withdrawal.
"buy-arena-bundle-8f3b"

