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

    Properties

    Properties

    amount: number

    The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.

    destination: string | Stripe.Account

    ID of an existing, connected Stripe account to transfer funds to if transfer_data was specified in the charge request.