Mayson Monorepo Documentation
    Preparing search index...
    interface AccountTokenCreateParams {
        contact_email?: string;
        contact_phone?: string;
        display_name?: string;
        identity?: Stripe.V2.Core.AccountTokenCreateParams.Identity;
    }
    Index

    Properties

    contact_email?: string

    The default contact email address for the Account. Required when configuring the account as a merchant or recipient.

    contact_phone?: string

    The default contact phone for the Account.

    display_name?: string

    A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.

    Information about the company, individual, and business represented by the Account.