Mayson Monorepo Documentation
    Preparing search index...
    interface FraudChallenge {
        channel: "sms";
        status: Stripe.Issuing.Authorization.FraudChallenge.Status;
        undeliverable_reason: UndeliverableReason;
    }
    Index

    Properties

    channel: "sms"

    The method by which the fraud challenge was delivered to the cardholder.

    The status of the fraud challenge.

    undeliverable_reason: UndeliverableReason

    If the challenge is not deliverable, the reason why.