@idkollen/client
    Preparing search index...

    Interface VippsBackchannelAuthRequest

    Request body for starting a Vipps MobilePay backchannel authentication session.

    interface VippsBackchannelAuthRequest {
        callbackUrl?: string;
        phone: string;
        refId?: string;
        requestAddress?: boolean;
        requestEmail?: boolean;
        requestSsn?: boolean;
    }
    Index

    Properties

    callbackUrl?: string

    URL to receive the result callback on success or failure.

    phone: string

    Phone number of the user to authenticate.

    refId?: string

    Reference ID returned verbatim in the result and callback.

    requestAddress?: boolean

    Request the user's registered address.

    requestEmail?: boolean

    Request the user's email address.

    requestSsn?: boolean

    Request the user's Norwegian personal number.