PII inquiry with OTP: submit by transaction
PII inquiry with OTP: submit by transaction
Runs the PII inquiry against the ID images of an existing transaction, with phone-number ownership proven by a one-time password.
Call `POST /api/FRAServices/RequestOtpForPii` first to send the code and get an `otpRequestId`, then send it here together with the `otpCode` the user received.
Same URL as the no-OTP variant — the only difference is that `otpRequestId` and `otpCode` are present. They travel together: send both, or send neither and use the [no-OTP variant](/api-reference/vlens-api/fra-services/post-fraservices-checkidandfrabytransaction).
Authentication
ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer
End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.
Request
This endpoint expects an object.
phoneNumber
The phone number being validated.
otpRequestId
The otpRequestId returned by POST /api/FRAServices/RequestOtpForPii.
transactionId
The transaction whose ID front and back were already processed.
otpCode
The OTP the user received, sent as a JSON number (123456), not a string.
Response
PII inquiry result.
data
error_code
error_message
error_descriptions

