|
25689 | 25689 | "nullable": true,
|
25690 | 25690 | "type": "array"
|
25691 | 25691 | },
|
| 25692 | + "allowed_merchant_countries": { |
| 25693 | + "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.", |
| 25694 | + "items": { |
| 25695 | + "maxLength": 5000, |
| 25696 | + "type": "string" |
| 25697 | + }, |
| 25698 | + "nullable": true, |
| 25699 | + "type": "array" |
| 25700 | + }, |
25692 | 25701 | "blocked_categories": {
|
25693 | 25702 | "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`.",
|
25694 | 25703 | "items": {
|
|
25994 | 26003 | "nullable": true,
|
25995 | 26004 | "type": "array"
|
25996 | 26005 | },
|
| 26006 | + "blocked_merchant_countries": { |
| 26007 | + "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.", |
| 26008 | + "items": { |
| 26009 | + "maxLength": 5000, |
| 26010 | + "type": "string" |
| 26011 | + }, |
| 26012 | + "nullable": true, |
| 26013 | + "type": "array" |
| 26014 | + }, |
25997 | 26015 | "spending_limits": {
|
25998 | 26016 | "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).",
|
25999 | 26017 | "items": {
|
|
26010 | 26028 | },
|
26011 | 26029 | "required": [
|
26012 | 26030 | "allowed_categories",
|
| 26031 | + "allowed_merchant_countries", |
26013 | 26032 | "blocked_categories",
|
| 26033 | + "blocked_merchant_countries", |
26014 | 26034 | "spending_limits",
|
26015 | 26035 | "spending_limits_currency"
|
26016 | 26036 | ],
|
|
26947 | 26967 | "nullable": true,
|
26948 | 26968 | "type": "array"
|
26949 | 26969 | },
|
| 26970 | + "allowed_merchant_countries": { |
| 26971 | + "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.", |
| 26972 | + "items": { |
| 26973 | + "maxLength": 5000, |
| 26974 | + "type": "string" |
| 26975 | + }, |
| 26976 | + "nullable": true, |
| 26977 | + "type": "array" |
| 26978 | + }, |
26950 | 26979 | "blocked_categories": {
|
26951 | 26980 | "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`.",
|
26952 | 26981 | "items": {
|
|
27252 | 27281 | "nullable": true,
|
27253 | 27282 | "type": "array"
|
27254 | 27283 | },
|
| 27284 | + "blocked_merchant_countries": { |
| 27285 | + "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.", |
| 27286 | + "items": { |
| 27287 | + "maxLength": 5000, |
| 27288 | + "type": "string" |
| 27289 | + }, |
| 27290 | + "nullable": true, |
| 27291 | + "type": "array" |
| 27292 | + }, |
27255 | 27293 | "spending_limits": {
|
27256 | 27294 | "description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
|
27257 | 27295 | "items": {
|
|
27268 | 27306 | },
|
27269 | 27307 | "required": [
|
27270 | 27308 | "allowed_categories",
|
| 27309 | + "allowed_merchant_countries", |
27271 | 27310 | "blocked_categories",
|
| 27311 | + "blocked_merchant_countries", |
27272 | 27312 | "spending_limits",
|
27273 | 27313 | "spending_limits_currency"
|
27274 | 27314 | ],
|
@@ -118838,6 +118878,14 @@
|
118838 | 118878 | },
|
118839 | 118879 | "type": "array"
|
118840 | 118880 | },
|
| 118881 | + "allowed_merchant_countries": { |
| 118882 | + "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.", |
| 118883 | + "items": { |
| 118884 | + "maxLength": 5000, |
| 118885 | + "type": "string" |
| 118886 | + }, |
| 118887 | + "type": "array" |
| 118888 | + }, |
118841 | 118889 | "blocked_categories": {
|
118842 | 118890 | "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`.",
|
118843 | 118891 | "items": {
|
@@ -119143,6 +119191,14 @@
|
119143 | 119191 | },
|
119144 | 119192 | "type": "array"
|
119145 | 119193 | },
|
| 119194 | + "blocked_merchant_countries": { |
| 119195 | + "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.", |
| 119196 | + "items": { |
| 119197 | + "maxLength": 5000, |
| 119198 | + "type": "string" |
| 119199 | + }, |
| 119200 | + "type": "array" |
| 119201 | + }, |
119146 | 119202 | "spending_limits": {
|
119147 | 119203 | "description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
|
119148 | 119204 | "items": {
|
@@ -120167,6 +120223,14 @@
|
120167 | 120223 | },
|
120168 | 120224 | "type": "array"
|
120169 | 120225 | },
|
| 120226 | + "allowed_merchant_countries": { |
| 120227 | + "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.", |
| 120228 | + "items": { |
| 120229 | + "maxLength": 5000, |
| 120230 | + "type": "string" |
| 120231 | + }, |
| 120232 | + "type": "array" |
| 120233 | + }, |
120170 | 120234 | "blocked_categories": {
|
120171 | 120235 | "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`.",
|
120172 | 120236 | "items": {
|
@@ -120472,6 +120536,14 @@
|
120472 | 120536 | },
|
120473 | 120537 | "type": "array"
|
120474 | 120538 | },
|
| 120539 | + "blocked_merchant_countries": { |
| 120540 | + "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.", |
| 120541 | + "items": { |
| 120542 | + "maxLength": 5000, |
| 120543 | + "type": "string" |
| 120544 | + }, |
| 120545 | + "type": "array" |
| 120546 | + }, |
120475 | 120547 | "spending_limits": {
|
120476 | 120548 | "description": "Limit spending with amount-based rules that apply across this cardholder's cards.",
|
120477 | 120549 | "items": {
|
@@ -121632,6 +121704,14 @@
|
121632 | 121704 | },
|
121633 | 121705 | "type": "array"
|
121634 | 121706 | },
|
| 121707 | + "allowed_merchant_countries": { |
| 121708 | + "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.", |
| 121709 | + "items": { |
| 121710 | + "maxLength": 5000, |
| 121711 | + "type": "string" |
| 121712 | + }, |
| 121713 | + "type": "array" |
| 121714 | + }, |
121635 | 121715 | "blocked_categories": {
|
121636 | 121716 | "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`.",
|
121637 | 121717 | "items": {
|
@@ -121937,6 +122017,14 @@
|
121937 | 122017 | },
|
121938 | 122018 | "type": "array"
|
121939 | 122019 | },
|
| 122020 | + "blocked_merchant_countries": { |
| 122021 | + "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.", |
| 122022 | + "items": { |
| 122023 | + "maxLength": 5000, |
| 122024 | + "type": "string" |
| 122025 | + }, |
| 122026 | + "type": "array" |
| 122027 | + }, |
121940 | 122028 | "spending_limits": {
|
121941 | 122029 | "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).",
|
121942 | 122030 | "items": {
|
@@ -122911,6 +122999,14 @@
|
122911 | 122999 | },
|
122912 | 123000 | "type": "array"
|
122913 | 123001 | },
|
| 123002 | + "allowed_merchant_countries": { |
| 123003 | + "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.", |
| 123004 | + "items": { |
| 123005 | + "maxLength": 5000, |
| 123006 | + "type": "string" |
| 123007 | + }, |
| 123008 | + "type": "array" |
| 123009 | + }, |
122914 | 123010 | "blocked_categories": {
|
122915 | 123011 | "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`.",
|
122916 | 123012 | "items": {
|
@@ -123216,6 +123312,14 @@
|
123216 | 123312 | },
|
123217 | 123313 | "type": "array"
|
123218 | 123314 | },
|
| 123315 | + "blocked_merchant_countries": { |
| 123316 | + "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.", |
| 123317 | + "items": { |
| 123318 | + "maxLength": 5000, |
| 123319 | + "type": "string" |
| 123320 | + }, |
| 123321 | + "type": "array" |
| 123322 | + }, |
123219 | 123323 | "spending_limits": {
|
123220 | 123324 | "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).",
|
123221 | 123325 | "items": {
|
|
0 commit comments