Mayson Monorepo Documentation
    Preparing search index...
    interface PendingRequest {
        amount: number;
        amount_details: Stripe.Issuing.Authorization.PendingRequest.AmountDetails;
        currency: string;
        is_amount_controllable: boolean;
        merchant_amount: number;
        merchant_currency: string;
        network_risk_score: number;
    }
    Index

    Properties

    amount: number

    The additional amount Stripe will hold if the authorization is approved, in the card's currency and in the smallest currency unit.

    Detailed breakdown of amount components. These amounts are denominated in currency and in the smallest currency unit.

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    is_amount_controllable: boolean

    If set true, you may provide amount to control how much to hold for the authorization.

    merchant_amount: number

    The amount the merchant is requesting to be authorized in the merchant_currency. The amount is in the smallest currency unit.

    merchant_currency: string

    The local currency the merchant is requesting to authorize.

    network_risk_score: number

    The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.