Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface VerificationRequestEvent

    interface VerificationRequestEvent {
        acceptLanguage?: string[];
        custom?: string;
        event: "VerificationRequestEvent";
        id: string;
        identity: Identity;
        method: VerificationRequestMethod;
        price?: Price;
        rate?: Price;
        reference?: string;
    }
    Index

    Properties

    acceptLanguage?: string[]

    List of strings

    custom?: string

    Can be used to pass custom data in the request.

    event: "VerificationRequestEvent"

    The type of the event.

    id: string

    The ID of the verification request.

    identity: Identity

    Identity

    The verification method.

    price?: Price

    The amount of money and currency of the verification request.

    rate?: Price

    The amount of money and currency of the verification request.

    reference?: string

    Used to pass your own reference in the request for tracking purposes.