LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantDomainVerifyResponse

    Response from triggering domain verification.

    interface MerchantDomainVerifyResponse {
        domain: string;
        queued: boolean;
        status: "pending" | "failed" | "verified";
    }
    Index

    Properties

    Properties

    domain: string

    The domain being verified.

    queued: boolean

    Whether the verification job was enqueued.

    status: "pending" | "failed" | "verified"

    Current status at time of enqueueing (not the final result).