Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #737

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25689,6 +25689,15 @@
"nullable": true,
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -25994,6 +26003,15 @@
"nullable": true,
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).",
"items": {
Expand All @@ -26010,7 +26028,9 @@
},
"required": [
"allowed_categories",
"allowed_merchant_countries",
"blocked_categories",
"blocked_merchant_countries",
"spending_limits",
"spending_limits_currency"
],
Expand Down Expand Up @@ -26947,6 +26967,15 @@
"nullable": true,
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -27252,6 +27281,15 @@
"nullable": true,
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
"items": {
Expand All @@ -27268,7 +27306,9 @@
},
"required": [
"allowed_categories",
"allowed_merchant_countries",
"blocked_categories",
"blocked_merchant_countries",
"spending_limits",
"spending_limits_currency"
],
Expand Down Expand Up @@ -118838,6 +118878,14 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -119143,6 +119191,14 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
"items": {
Expand Down Expand Up @@ -120167,6 +120223,14 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -120472,6 +120536,14 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
"items": {
Expand Down Expand Up @@ -121632,6 +121704,14 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -121937,6 +122017,14 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).",
"items": {
Expand Down Expand Up @@ -122911,6 +122999,14 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -123216,6 +123312,14 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).",
"items": {
Expand Down
92 changes: 92 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17793,6 +17793,15 @@
"nullable": true,
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -18098,6 +18107,15 @@
"nullable": true,
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).",
"items": {
Expand Down Expand Up @@ -18946,6 +18964,15 @@
"nullable": true,
"type": "array"
},
"allowed_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"blocked_categories": {
"description": "Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.",
"items": {
Expand Down Expand Up @@ -19251,6 +19278,15 @@
"nullable": true,
"type": "array"
},
"blocked_merchant_countries": {
"description": "Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.",
"items": {
"maxLength": 5000,
"type": "string"
},
"nullable": true,
"type": "array"
},
"spending_limits": {
"description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
"items": {
Expand Down Expand Up @@ -88381,6 +88417,13 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"items": {
"enum": [
Expand Down Expand Up @@ -88685,6 +88728,13 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"items": {
"properties": {
Expand Down Expand Up @@ -89680,6 +89730,13 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"items": {
"enum": [
Expand Down Expand Up @@ -89984,6 +90041,13 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"items": {
"properties": {
Expand Down Expand Up @@ -91100,6 +91164,13 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"items": {
"enum": [
Expand Down Expand Up @@ -91404,6 +91475,13 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"items": {
"properties": {
Expand Down Expand Up @@ -92252,6 +92330,13 @@
},
"type": "array"
},
"allowed_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"blocked_categories": {
"items": {
"enum": [
Expand Down Expand Up @@ -92556,6 +92641,13 @@
},
"type": "array"
},
"blocked_merchant_countries": {
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
},
"spending_limits": {
"items": {
"properties": {
Expand Down
Loading