@tax1driver/ts-tpay
    Preparing search index...

    Interface NotificationValidationOptions

    interface NotificationValidationOptions {
        body: string | Record<string, any>;
        jwsSignature: string;
        sandbox?: boolean;
    }
    Index

    Properties

    body: string | Record<string, any>

    The raw request body (as string or Buffer)

    jwsSignature: string

    The X-JWS-Signature header value

    sandbox?: boolean

    Whether to use sandbox environment

    false