Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 17, 2024
1 parent 80e633a commit a9bec01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -51580,6 +51580,9 @@
"payment_method_domain": {
"description": "A payment method domain represents a web domain that you have registered with Stripe.\nStripe Elements use registered payment method domains to control where certain payment methods are shown.\n\nRelated guide: [Payment method domains](https://stripe.com/docs/payments/payment-methods/pmd-registration).",
"properties": {
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_domain_resource_payment_method_status"
},
"apple_pay": {
"$ref": "#/components/schemas/payment_method_domain_resource_payment_method_status"
},
Expand Down Expand Up @@ -51624,6 +51627,7 @@
}
},
"required": [
"amazon_pay",
"apple_pay",
"created",
"domain_name",
Expand All @@ -51638,6 +51642,7 @@
"title": "PaymentMethodDomainResourcePaymentMethodDomain",
"type": "object",
"x-expandableFields": [
"amazon_pay",
"apple_pay",
"google_pay",
"link",
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46781,6 +46781,9 @@ components:
Related guide: [Payment method
domains](https://stripe.com/docs/payments/payment-methods/pmd-registration).
properties:
amazon_pay:
$ref: >-
#/components/schemas/payment_method_domain_resource_payment_method_status
apple_pay:
$ref: >-
#/components/schemas/payment_method_domain_resource_payment_method_status
Expand Down Expand Up @@ -46826,6 +46829,7 @@ components:
$ref: >-
#/components/schemas/payment_method_domain_resource_payment_method_status
required:
- amazon_pay
- apple_pay
- created
- domain_name
Expand All @@ -46839,6 +46843,7 @@ components:
title: PaymentMethodDomainResourcePaymentMethodDomain
type: object
x-expandableFields:
- amazon_pay
- apple_pay
- google_pay
- link
Expand Down

0 comments on commit a9bec01

Please sign in to comment.