Skip to content

Commit

Permalink
Update OpenAPI for d1ff7d1394a3850271ab113641714d5b6e4ab66e
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 28, 2025
1 parent ae137fe commit 554e79a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10475,6 +10475,7 @@
"shipping_details",
"status",
"success_url",
"ui_mode",
"url"
],
"x-stripeOperations": [
Expand Down Expand Up @@ -113634,7 +113635,8 @@
"metadata",
"mode",
"return_url",
"success_url"
"success_url",
"ui_mode"
]
}
}
Expand Down Expand Up @@ -190720,7 +190722,7 @@
"style": "form"
},
{
"description": "Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements",
"description": "Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements or Embedded Checkout",
"in": "query",
"name": "enabled",
"required": false,
Expand Down Expand Up @@ -190877,7 +190879,7 @@
"type": "string"
},
"enabled": {
"description": "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.",
"description": "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.",
"type": "boolean"
},
"expand": {
Expand Down Expand Up @@ -191023,7 +191025,7 @@
"additionalProperties": false,
"properties": {
"enabled": {
"description": "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.",
"description": "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.",
"type": "boolean"
},
"expand": {
Expand Down Expand Up @@ -191071,7 +191073,7 @@
},
"/v1/payment_method_domains/{payment_method_domain}/validate": {
"post": {
"description": "<p>Some payment methods such as Apple Pay require additional steps to verify a domain. If the requirements weren’t satisfied when the domain was created, the payment method will be inactive on the domain.\nThe payment method doesn’t appear in Elements for this domain until it is active.</p>\n\n<p>To activate a payment method on an existing payment method domain, complete the required validation steps specific to the payment method, and then validate the payment method domain with this endpoint.</p>\n\n<p>Related guides: <a href=\"/docs/payments/payment-methods/pmd-registration\">Payment method domains</a>.</p>",
"description": "<p>Some payment methods might require additional steps to register a domain. If the requirements weren’t satisfied when the domain was created, the payment method will be inactive on the domain.\nThe payment method doesn’t appear in Elements or Embedded Checkout for this domain until it is active.</p>\n\n<p>To activate a payment method on an existing payment method domain, complete the required registration steps specific to the payment method, and then validate the payment method domain with this endpoint.</p>\n\n<p>Related guides: <a href=\"/docs/payments/payment-methods/pmd-registration\">Payment method domains</a>.</p>",
"operationId": "PostPaymentMethodDomainsPaymentMethodDomainValidate",
"parameters": [
{
Expand Down

0 comments on commit 554e79a

Please sign in to comment.