Mayson Monorepo Documentation
    Preparing search index...

    Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard. A Login Link differs from an Account Link in that it takes the user directly to their Express dashboard for the specified account

    interface LoginLink {
        object: "login_link";
        created: number;
        url: string;
    }
    Index

    Properties

    Properties

    object: "login_link"

    String representing the object's type. Objects of the same type share the same value.

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    url: string

    The URL for the login link.