Mayson Monorepo Documentation
    Preparing search index...
    interface TransferData {
        amount: number;
        destination: string | Stripe.Account;
    }
    Index

    Properties

    Properties

    amount: number

    The amount in cents (or local equivalent) that will be transferred to the destination account. By default, the entire amount is transferred to the destination.

    destination: string | Stripe.Account

    The connected account receiving the transfer.