PII inquiry without OTP: submit by transaction

View as Markdown
Runs the PII inquiry against the ID images of an existing transaction — an earlier OCR or Digital Identity capture — instead of resending the images. This is the no-OTP variant: no phone-ownership proof is required. To prove the user controls the phone number first, use the [**with OTP** variant of this endpoint](/api-reference/vlens-api/fra-services/post-fraservices-checkidandfrabytransaction-with-otp) — same URL, plus `otpRequestId` and `otpCode`.

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.
phoneNumberstringRequired
The phone number being validated.
transactionIdstringRequiredformat: "uuid"
The transaction whose ID front and back were already processed.

Response

PII inquiry result.
dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional
error_descriptionslist of strings or nullOptional