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

    Properties

    amount_percent: number

    A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.

    destination: string | Stripe.Account

    The account where funds from the payment will be transferred to upon payment success.