published on Friday, Aug 14, 2026 by Pulumi
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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the PaymentMethodDomain resource produces the following output properties:
- Amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- Apple
Pay PaymentMethod Domain Apple Pay - 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.
- Google
Pay PaymentMethod Domain Google Pay - 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
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- Link
Payment
Method Domain Link - 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 isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- Amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- Apple
Pay PaymentMethod Domain Apple Pay - 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.
- Google
Pay PaymentMethod Domain Google Pay - 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
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- Link
Payment
Method Domain Link - 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 isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Paypal
Payment
Method Domain Paypal - 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 isfalse. - 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.
- amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay PaymentMethod Domain Apple Pay - 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.
- google
Pay PaymentMethod Domain Google Pay - 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
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link - 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 isfalse. - object String
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay PaymentMethod Domain Apple Pay - 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 PaymentMethod Domain Google Pay - 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
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link - 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 isfalse. - object string
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- amazon_
pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- apple_
pay PaymentMethod Domain Apple Pay - 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 PaymentMethod Domain Google Pay - 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
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link - 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 isfalse. - object str
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- amazon
Pay Property Map - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay 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.
- google
Pay 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 isfalse. - 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) -> PaymentMethodDomainfunc 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.
- Amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- Apple
Pay PaymentMethod Domain Apple Pay - 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.
- 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 PaymentMethod Domain Google Pay - Indicates the status of a specific payment method on a payment method domain.
- Klarna
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- Link
Payment
Method Domain Link - 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 isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- Amazon
Pay PaymentMethod Domain Amazon Pay Args - Indicates the status of a specific payment method on a payment method domain.
- Apple
Pay PaymentMethod Domain Apple Pay Args - 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.
- 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 PaymentMethod Domain Google Pay Args - Indicates the status of a specific payment method on a payment method domain.
- Klarna
Payment
Method Domain Klarna Args - Indicates the status of a specific payment method on a payment method domain.
- Link
Payment
Method Domain Link Args - 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 isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Paypal
Payment
Method Domain Paypal Args - 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 isfalse. - 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.
- amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay PaymentMethod Domain Apple Pay - 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.
- 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.
- google
Pay PaymentMethod Domain Google Pay - Indicates the status of a specific payment method on a payment method domain.
- klarna
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link - 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 isfalse. - object String
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- amazon
Pay PaymentMethod Domain Amazon Pay - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay PaymentMethod Domain Apple Pay - 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 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.
- google
Pay PaymentMethod Domain Google Pay - Indicates the status of a specific payment method on a payment method domain.
- klarna
Payment
Method Domain Klarna - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link - 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 isfalse. - object string
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal - Indicates the status of a specific payment method on a payment method domain.
- amazon_
pay PaymentMethod Domain Amazon Pay Args - Indicates the status of a specific payment method on a payment method domain.
- apple_
pay PaymentMethod Domain Apple Pay Args - 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 PaymentMethod Domain Google Pay Args - Indicates the status of a specific payment method on a payment method domain.
- klarna
Payment
Method Domain Klarna Args - Indicates the status of a specific payment method on a payment method domain.
- link
Payment
Method Domain Link Args - 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 isfalse. - object str
- String representing the object's type. Objects of the same type share the same value.
- paypal
Payment
Method Domain Paypal Args - Indicates the status of a specific payment method on a payment method domain.
- amazon
Pay Property Map - Indicates the status of a specific payment method on a payment method domain.
- apple
Pay 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.
- 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.
- google
Pay 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 isfalse. - 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.
- Status
Details PaymentMethod Domain Amazon Pay Status Details - 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 PaymentMethod Domain Amazon Pay Status Details - 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.
- status
Details PaymentMethod Domain Amazon Pay Status Details - 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 PaymentMethod Domain Amazon Pay Status Details - 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 PaymentMethod Domain Amazon Pay Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainAmazonPayStatusDetails, PaymentMethodDomainAmazonPayStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message 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.
- Status
Details PaymentMethod Domain Apple Pay Status Details - 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 PaymentMethod Domain Apple Pay Status Details - 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.
- status
Details PaymentMethod Domain Apple Pay Status Details - 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 PaymentMethod Domain Apple Pay Status Details - 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 PaymentMethod Domain Apple Pay Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainApplePayStatusDetails, PaymentMethodDomainApplePayStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message 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.
- Status
Details PaymentMethod Domain Google Pay Status Details - 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 PaymentMethod Domain Google Pay Status Details - 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.
- status
Details PaymentMethod Domain Google Pay Status Details - 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 PaymentMethod Domain Google Pay Status Details - 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 PaymentMethod Domain Google Pay Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainGooglePayStatusDetails, PaymentMethodDomainGooglePayStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message 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.
- Status
Details PaymentMethod Domain Klarna Status Details - 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 PaymentMethod Domain Klarna Status Details - 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.
- status
Details PaymentMethod Domain Klarna Status Details - 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 PaymentMethod Domain Klarna Status Details - 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 PaymentMethod Domain Klarna Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainKlarnaStatusDetails, PaymentMethodDomainKlarnaStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message String - The error message associated with the status of the payment method on the domain.
PaymentMethodDomainLink, PaymentMethodDomainLinkArgs
- Status string
- The status of the payment method on the domain.
- Status
Details PaymentMethod Domain Link Status Details - 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 PaymentMethod Domain Link Status Details - 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.
- status
Details PaymentMethod Domain Link Status Details - 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 PaymentMethod Domain Link Status Details - 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 PaymentMethod Domain Link Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainLinkStatusDetails, PaymentMethodDomainLinkStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message 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.
- Status
Details PaymentMethod Domain Paypal Status Details - 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 PaymentMethod Domain Paypal Status Details - 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.
- status
Details PaymentMethod Domain Paypal Status Details - 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 PaymentMethod Domain Paypal Status Details - 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 PaymentMethod Domain Paypal Status Details - 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 Property Map - Contains additional details about the status of a payment method for a specific payment method domain.
PaymentMethodDomainPaypalStatusDetails, PaymentMethodDomainPaypalStatusDetailsArgs
- Error
Message 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.
- error_
message 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.
- error
Message 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.
- error
Message 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
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi