Customer Attestations

View as Markdown

Attestation Types

Attestation types currently supported by BRIJ:

ValueDescription
VALIDATED_EMAILEmail address has been verified
VALIDATED_PHONEPhone number has been verified
VALIDATED_ID_DOCUMENTIdentity document has been verified
LIVENESS_CHECKLiveness verification has been completed
AML_CHECKAnti-money laundering check has been completed
TERMSTerms and conditions have been accepted
VALIDATED_CRYPTO_WALLETCryptocurrency wallet ownership has been verified

Attestation Statuses

Attestation statuses indicate the current state of an attestation:

ValueDescription
WAITING_USER_ACTIONAttestation either awaits for Customer to submit data (OTP code, acceptance code, signature), or waits for Customer to follow the link (in that case, actionUrl is provided). Exact flow depends on attestation type.
IN_PROGRESSBackground checks are running, Customer should wait for the result (can close the window).
COMPLETEDAttestation has been successfully completed.
FAILEDAttestation verification failed (customer can retry).
REJECTEDAttestation was rejected (final, cannot retry).
EXPIREDAttestation has expired and is no longer valid, a new attestation of this type is required.
REVOKEDAttestation was revoked after being completed, a new attestation of this type is required.