Mayson Monorepo Documentation
    Preparing search index...
    interface AuthorizationRespondParams {
        confirmed: boolean;
        expand?: string[];
    }
    Index

    Properties

    Properties

    confirmed: boolean

    Whether to simulate the user confirming that the transaction was legitimate (true) or telling Stripe that it was fraudulent (false).

    expand?: string[]

    Specifies which fields in the response should be expanded.