LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantDomainAddRequest

    Request body for adding a domain for verification.

    interface MerchantDomainAddRequest {
        domain: string;
    }
    Index

    Properties

    Properties

    domain: string

    Domain to verify. The www. prefix is stripped automatically by the server.

    'example.com'