Mayson Monorepo Documentation
    Preparing search index...
    interface AuthorizationCaptureParams {
        capture_amount?: number;
        close_authorization?: boolean;
        expand?: string[];
        purchase_details?: Stripe.TestHelpers.Issuing.AuthorizationCaptureParams.PurchaseDetails;
    }
    Index

    Properties

    capture_amount?: number

    The amount to capture from the authorization. If not provided, the full amount of the authorization will be captured. This amount is in the authorization currency and in the smallest currency unit.

    close_authorization?: boolean

    Whether to close the authorization after capture. Defaults to true. Set to false to enable multi-capture flows.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Additional purchase information that is optionally provided by the merchant.