Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentMethodDomainCreateParams

    interface PaymentMethodDomainCreateParams {
        domain_name: string;
        enabled?: boolean;
        expand?: string[];
    }
    Index

    Properties

    domain_name: string

    The domain name that this payment method domain object represents.

    enabled?: boolean

    Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements or Embedded Checkout.

    expand?: string[]

    Specifies which fields in the response should be expanded.