diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 3da538ed..77393ab6 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -45160,7 +45160,7 @@ "description": "", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", @@ -89303,7 +89303,7 @@ "description": "Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 23c79be9..7842b16c 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -41564,9 +41564,10 @@ components: properties: allow_redisplay_filters: description: >- - Controls which payment methods are eligible to be redisplayed to - returning customers. Corresponds to `allow_redisplay` on the payment - method. + Uses the `allow_redisplay` value of each saved payment method to + filter the set presented to a returning customer. By default, only + saved payment methods with ’allow_redisplay: ‘always’ are shown in + Checkout. items: enum: - always @@ -81949,9 +81950,10 @@ paths: properties: allow_redisplay_filters: description: >- - Controls which payment methods are eligible to be - redisplayed to returning customers. Corresponds to - `allow_redisplay` on the payment method. + Uses the `allow_redisplay` value of each saved payment + method to filter the set presented to a returning + customer. By default, only saved payment methods with + ’allow_redisplay: ‘always’ are shown in Checkout. items: enum: - always diff --git a/openapi/spec3.json b/openapi/spec3.json index 9353b15e..3b3e3e46 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -32612,7 +32612,7 @@ "description": "", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 1ec3c8f3..4166c10e 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -39437,7 +39437,7 @@ "description": "", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", @@ -75403,7 +75403,7 @@ "description": "Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 44696dcd..a3799976 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -36447,9 +36447,10 @@ components: properties: allow_redisplay_filters: description: >- - Controls which payment methods are eligible to be redisplayed to - returning customers. Corresponds to `allow_redisplay` on the payment - method. + Uses the `allow_redisplay` value of each saved payment method to + filter the set presented to a returning customer. By default, only + saved payment methods with ’allow_redisplay: ‘always’ are shown in + Checkout. items: enum: - always @@ -69685,9 +69686,10 @@ paths: properties: allow_redisplay_filters: description: >- - Controls which payment methods are eligible to be - redisplayed to returning customers. Corresponds to - `allow_redisplay` on the payment method. + Uses the `allow_redisplay` value of each saved payment + method to filter the set presented to a returning + customer. By default, only saved payment methods with + ’allow_redisplay: ‘always’ are shown in Checkout. items: enum: - always diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index eea3dcf1..2582926d 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -31002,9 +31002,10 @@ components: properties: allow_redisplay_filters: description: >- - Controls which payment methods are eligible to be redisplayed to - returning customers. Corresponds to `allow_redisplay` on the payment - method. + Uses the `allow_redisplay` value of each saved payment method to + filter the set presented to a returning customer. By default, only + saved payment methods with ’allow_redisplay: ‘always’ are shown in + Checkout. items: enum: - always