1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. PaymentMethodDomain
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    A payment method domain represents a web domain that you have registered with Stripe. Stripe Elements use registered payment method domains to control where certain payment methods are shown.

    Related guide: Payment method domains.

    Create PaymentMethodDomain Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PaymentMethodDomain(name: string, args: PaymentMethodDomainArgs, opts?: CustomResourceOptions);
    @overload
    def PaymentMethodDomain(resource_name: str,
                            args: PaymentMethodDomainArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def PaymentMethodDomain(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            domain_name: Optional[str] = None,
                            enabled: Optional[bool] = None)
    func NewPaymentMethodDomain(ctx *Context, name string, args PaymentMethodDomainArgs, opts ...ResourceOption) (*PaymentMethodDomain, error)
    public PaymentMethodDomain(string name, PaymentMethodDomainArgs args, CustomResourceOptions? opts = null)
    public PaymentMethodDomain(String name, PaymentMethodDomainArgs args)
    public PaymentMethodDomain(String name, PaymentMethodDomainArgs args, CustomResourceOptions options)
    
    type: stripe:PaymentMethodDomain
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_payment_method_domain" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PaymentMethodDomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PaymentMethodDomainArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PaymentMethodDomainArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PaymentMethodDomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PaymentMethodDomainArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var paymentMethodDomainResource = new Stripe.PaymentMethodDomain("paymentMethodDomainResource", new()
    {
        DomainName = "string",
        Enabled = false,
    });
    
    example, err := stripe.NewPaymentMethodDomain(ctx, "paymentMethodDomainResource", &stripe.PaymentMethodDomainArgs{
    	DomainName: pulumi.String("string"),
    	Enabled:    pulumi.Bool(false),
    })
    
    resource "stripe_payment_method_domain" "paymentMethodDomainResource" {
      lifecycle {
        create_before_destroy = true
      }
      domain_name = "string"
      enabled     = false
    }
    
    var paymentMethodDomainResource = new PaymentMethodDomain("paymentMethodDomainResource", PaymentMethodDomainArgs.builder()
        .domainName("string")
        .enabled(false)
        .build());
    
    payment_method_domain_resource = stripe.PaymentMethodDomain("paymentMethodDomainResource",
        domain_name="string",
        enabled=False)
    
    const paymentMethodDomainResource = new stripe.PaymentMethodDomain("paymentMethodDomainResource", {
        domainName: "string",
        enabled: false,
    });
    
    type: stripe:PaymentMethodDomain
    properties:
        domainName: string
        enabled: false
    

    PaymentMethodDomain Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PaymentMethodDomain resource accepts the following input properties:

    DomainName string
    The domain name that this payment method domain object represents.
    Enabled bool
    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.
    DomainName string
    The domain name that this payment method domain object represents.
    Enabled bool
    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.
    domain_name string
    The domain name that this payment method domain object represents.
    enabled bool
    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.
    domainName 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.
    domainName 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.
    domain_name str
    The domain name that this payment method domain object represents.
    enabled bool
    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.
    domainName 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PaymentMethodDomain resource produces the following output properties:

    AmazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    ApplePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    GooglePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    Id string
    The provider-assigned unique ID for this managed resource.
    Klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    Link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    AmazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    ApplePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    GooglePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    Id string
    The provider-assigned unique ID for this managed resource.
    Klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    Link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazon_pay object
    Indicates the status of a specific payment method on a payment method domain.
    apple_pay object
    Indicates the status of a specific payment method on a payment method domain.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    google_pay object
    Indicates the status of a specific payment method on a payment method domain.
    id string
    The provider-assigned unique ID for this managed resource.
    klarna object
    Indicates the status of a specific payment method on a payment method domain.
    link object
    Indicates the status of a specific payment method on a payment method domain.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    paypal object
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    applePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    googlePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    id String
    The provider-assigned unique ID for this managed resource.
    klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    applePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    googlePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    id string
    The provider-assigned unique ID for this managed resource.
    klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazon_pay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    apple_pay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    google_pay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    id str
    The provider-assigned unique ID for this managed resource.
    klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    applePay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    googlePay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    id String
    The provider-assigned unique ID for this managed resource.
    klarna Property Map
    Indicates the status of a specific payment method on a payment method domain.
    link Property Map
    Indicates the status of a specific payment method on a payment method domain.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    paypal Property Map
    Indicates the status of a specific payment method on a payment method domain.

    Look up Existing PaymentMethodDomain Resource

    Get an existing PaymentMethodDomain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PaymentMethodDomainState, opts?: CustomResourceOptions): PaymentMethodDomain
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            amazon_pay: Optional[PaymentMethodDomainAmazonPayArgs] = None,
            apple_pay: Optional[PaymentMethodDomainApplePayArgs] = None,
            created: Optional[float] = None,
            domain_name: Optional[str] = None,
            enabled: Optional[bool] = None,
            google_pay: Optional[PaymentMethodDomainGooglePayArgs] = None,
            klarna: Optional[PaymentMethodDomainKlarnaArgs] = None,
            link: Optional[PaymentMethodDomainLinkArgs] = None,
            livemode: Optional[bool] = None,
            object: Optional[str] = None,
            paypal: Optional[PaymentMethodDomainPaypalArgs] = None) -> PaymentMethodDomain
    func GetPaymentMethodDomain(ctx *Context, name string, id IDInput, state *PaymentMethodDomainState, opts ...ResourceOption) (*PaymentMethodDomain, error)
    public static PaymentMethodDomain Get(string name, Input<string> id, PaymentMethodDomainState? state, CustomResourceOptions? opts = null)
    public static PaymentMethodDomain get(String name, Output<String> id, PaymentMethodDomainState state, CustomResourceOptions options)
    resources:  _:    type: stripe:PaymentMethodDomain    get:      id: ${id}
    import {
      to = stripe_payment_method_domain.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AmazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    ApplePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    DomainName string
    The domain name that this payment method domain object represents.
    Enabled bool
    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.
    GooglePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    Klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    Link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    AmazonPay PaymentMethodDomainAmazonPayArgs
    Indicates the status of a specific payment method on a payment method domain.
    ApplePay PaymentMethodDomainApplePayArgs
    Indicates the status of a specific payment method on a payment method domain.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    DomainName string
    The domain name that this payment method domain object represents.
    Enabled bool
    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.
    GooglePay PaymentMethodDomainGooglePayArgs
    Indicates the status of a specific payment method on a payment method domain.
    Klarna PaymentMethodDomainKlarnaArgs
    Indicates the status of a specific payment method on a payment method domain.
    Link PaymentMethodDomainLinkArgs
    Indicates the status of a specific payment method on a payment method domain.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Paypal PaymentMethodDomainPaypalArgs
    Indicates the status of a specific payment method on a payment method domain.
    amazon_pay object
    Indicates the status of a specific payment method on a payment method domain.
    apple_pay object
    Indicates the status of a specific payment method on a payment method domain.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    domain_name string
    The domain name that this payment method domain object represents.
    enabled bool
    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.
    google_pay object
    Indicates the status of a specific payment method on a payment method domain.
    klarna object
    Indicates the status of a specific payment method on a payment method domain.
    link object
    Indicates the status of a specific payment method on a payment method domain.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    paypal object
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    applePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    domainName 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.
    googlePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay PaymentMethodDomainAmazonPay
    Indicates the status of a specific payment method on a payment method domain.
    applePay PaymentMethodDomainApplePay
    Indicates the status of a specific payment method on a payment method domain.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    domainName 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.
    googlePay PaymentMethodDomainGooglePay
    Indicates the status of a specific payment method on a payment method domain.
    klarna PaymentMethodDomainKlarna
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLink
    Indicates the status of a specific payment method on a payment method domain.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypal
    Indicates the status of a specific payment method on a payment method domain.
    amazon_pay PaymentMethodDomainAmazonPayArgs
    Indicates the status of a specific payment method on a payment method domain.
    apple_pay PaymentMethodDomainApplePayArgs
    Indicates the status of a specific payment method on a payment method domain.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    domain_name str
    The domain name that this payment method domain object represents.
    enabled bool
    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.
    google_pay PaymentMethodDomainGooglePayArgs
    Indicates the status of a specific payment method on a payment method domain.
    klarna PaymentMethodDomainKlarnaArgs
    Indicates the status of a specific payment method on a payment method domain.
    link PaymentMethodDomainLinkArgs
    Indicates the status of a specific payment method on a payment method domain.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    paypal PaymentMethodDomainPaypalArgs
    Indicates the status of a specific payment method on a payment method domain.
    amazonPay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    applePay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    domainName 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.
    googlePay Property Map
    Indicates the status of a specific payment method on a payment method domain.
    klarna Property Map
    Indicates the status of a specific payment method on a payment method domain.
    link Property Map
    Indicates the status of a specific payment method on a payment method domain.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    paypal Property Map
    Indicates the status of a specific payment method on a payment method domain.

    Supporting Types

    PaymentMethodDomainAmazonPay, PaymentMethodDomainAmazonPayArgs

    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainAmazonPayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainAmazonPayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainAmazonPayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainAmazonPayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainAmazonPayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainAmazonPayStatusDetails, PaymentMethodDomainAmazonPayStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.

    PaymentMethodDomainApplePay, PaymentMethodDomainApplePayArgs

    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainApplePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainApplePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainApplePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainApplePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainApplePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainApplePayStatusDetails, PaymentMethodDomainApplePayStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.

    PaymentMethodDomainGooglePay, PaymentMethodDomainGooglePayArgs

    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainGooglePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainGooglePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainGooglePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainGooglePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainGooglePayStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainGooglePayStatusDetails, PaymentMethodDomainGooglePayStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.

    PaymentMethodDomainKlarna, PaymentMethodDomainKlarnaArgs

    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainKlarnaStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainKlarnaStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainKlarnaStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainKlarnaStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainKlarnaStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainKlarnaStatusDetails, PaymentMethodDomainKlarnaStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainLinkStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainLinkStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainLinkStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainLinkStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainLinkStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainLinkStatusDetails, PaymentMethodDomainLinkStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.

    PaymentMethodDomainPaypal, PaymentMethodDomainPaypalArgs

    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainPaypalStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    Status string
    The status of the payment method on the domain.
    StatusDetails PaymentMethodDomainPaypalStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    status_details object
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainPaypalStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status string
    The status of the payment method on the domain.
    statusDetails PaymentMethodDomainPaypalStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status str
    The status of the payment method on the domain.
    status_details PaymentMethodDomainPaypalStatusDetails
    Contains additional details about the status of a payment method for a specific payment method domain.
    status String
    The status of the payment method on the domain.
    statusDetails Property Map
    Contains additional details about the status of a payment method for a specific payment method domain.

    PaymentMethodDomainPaypalStatusDetails, PaymentMethodDomainPaypalStatusDetailsArgs

    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    ErrorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message string
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.
    errorMessage string
    The error message associated with the status of the payment method on the domain.
    error_message str
    The error message associated with the status of the payment method on the domain.
    errorMessage String
    The error message associated with the status of the payment method on the domain.

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial