Mayson Monorepo Documentation
    Preparing search index...
    interface Features {
        capture_payments?: boolean;
        destination_on_behalf_of_charge_management?: boolean;
        dispute_management?: boolean;
        refund_management?: boolean;
    }
    Index

    Properties

    capture_payments?: boolean

    Whether to allow capturing and cancelling payment intents. This is true by default.

    destination_on_behalf_of_charge_management?: boolean

    Whether connected accounts can manage destination charges that are created on behalf of them. This is false by default.

    dispute_management?: boolean

    Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is true by default.

    refund_management?: boolean

    Whether sending refunds is enabled. This is true by default.