Mayson Monorepo Documentation
    Preparing search index...

    Interface ConnectCollectionTransfer

    The ConnectCollectionTransfer object.

    interface ConnectCollectionTransfer {
        id: string;
        object: "connect_collection_transfer";
        amount: number;
        currency: string;
        destination: string | Stripe.Account;
        livemode: boolean;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "connect_collection_transfer"

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

    amount: number

    Amount transferred, in cents (or local equivalent).

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    destination: string | Stripe.Account

    ID of the account that funds are being collected for.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.