T402 API Reference - v2.8.0
    Preparing search index...

    Interface IdentityCheckOptions

    Options for the ERC-8004 identity check hook.

    interface IdentityCheckOptions {
        abortOnFailure?: boolean;
        abortOnMissing?: boolean;
    }
    Index

    Properties

    abortOnFailure?: boolean

    Abort payment if identity verification fails.

    true
    
    abortOnMissing?: boolean

    Abort payment if no ERC-8004 extension is present. When false (default), requests without the extension pass through silently.

    false