Class VerificationCreateResponse.Reason

  • All Implemented Interfaces:
    so.prelude.sdk.core.Enum

    
    public final class VerificationCreateResponse.Reason
     implements Enum
                        

    The reason why the verification was blocked. Only present when status is "blocked".

    • expired_signature - The signature of the SDK signals is expired. They should be sent within the hour following their collection.

    • in_block_list - The phone number is part of the configured block list.

    • invalid_phone_line - The phone number is not a valid line number (e.g. landline).

    • invalid_phone_number - The phone number is not a valid phone number (e.g. unallocated range).

    • invalid_signature - The signature of the SDK signals is invalid.

    • repeated_attempts - The phone number has made too many verification attempts.

    • suspicious - The verification attempt was deemed suspicious by the anti-fraud system.