Mayson Monorepo Documentation
    Preparing search index...

    Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding.

    Related guide: Connect Onboarding

    interface AccountLink {
        object: "account_link";
        created: number;
        expires_at: number;
        url: string;
    }
    Index

    Properties

    object: "account_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.

    expires_at: number

    The timestamp at which this account link will expire.

    url: string

    The URL for the account link.