LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantPasswordResetBody

    Request body for completing a merchant password reset. Sent to POST /v1/auth/merchant/password/reset.

    interface MerchantPasswordResetBody {
        email: string;
        password: string;
        reset_code: string;
    }
    Index

    Properties

    email: string

    The merchant's registered email address.

    password: string

    New password (minimum 6 characters).

    reset_code: string

    6-digit numeric code delivered to the merchant's email.