Verify an operator's PIN
For confirming the PIN before building the payment form, so a typo does not surface at the end of the flow. A wrong attempt counts towards the lockout exactly like one on a payment — this is not a free oracle.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Idempotency-Key
Optional client-generated idempotency token (recommended for safe retries).
Request
This endpoint expects an object.
actingDocument
pin
Response
PIN is correct.
valid
Errors
403
Forbidden Error
423
Locked Error
429
Too Many Requests Error