Skip to content

Commit

Permalink
Update generated code for v1520
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 28, 2025
1 parent e571571 commit 9aaf628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1518
v1520
12 changes: 6 additions & 6 deletions types/PaymentMethodDomainsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare module 'stripe' {
domain_name: string;

/**
* 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.
* 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.
*/
enabled?: boolean;

Expand All @@ -28,7 +28,7 @@ declare module 'stripe' {

interface PaymentMethodDomainUpdateParams {
/**
* 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.
* 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.
*/
enabled?: boolean;

Expand All @@ -45,7 +45,7 @@ declare module 'stripe' {
domain_name?: string;

/**
* Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements
* Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements or Embedded Checkout
*/
enabled?: boolean;

Expand Down Expand Up @@ -105,10 +105,10 @@ declare module 'stripe' {
): ApiListPromise<Stripe.PaymentMethodDomain>;

/**
* 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.
* The payment method doesn't appear in Elements for this domain until it is active.
* 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.
* The payment method doesn't appear in Elements or Embedded Checkout for this domain until it is active.
*
* 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.
* 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.
*
* Related guides: [Payment method domains](https://stripe.com/docs/payments/payment-methods/pmd-registration).
*/
Expand Down

0 comments on commit 9aaf628

Please # to comment.