Skip to content

Commit a34e8e2

Browse files
Update OpenAPI specification
1 parent 7ad1f48 commit a34e8e2

File tree

6 files changed

+48
-6
lines changed

6 files changed

+48
-6
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213085,6 +213085,7 @@
213085213085
"interval_end_date_as_string",
213086213086
"interval_start",
213087213087
"interval_start_date_as_string",
213088+
"intervention_type",
213088213089
"invoice",
213089213090
"invoice_line_item",
213090213091
"ip_address",
@@ -251439,7 +251440,6 @@
251439251440
}
251440251441
},
251441251442
"required": [
251442-
"cvc",
251443251443
"exp_month",
251444251444
"exp_year",
251445251445
"number"

openapi/spec3.beta.sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201827,6 +201827,7 @@ paths:
201827201827
- interval_end_date_as_string
201828201828
- interval_start
201829201829
- interval_start_date_as_string
201830+
- intervention_type
201830201831
- invoice
201831201832
- invoice_line_item
201832201833
- ip_address
@@ -236632,7 +236633,6 @@ paths:
236632236633
maxLength: 5000
236633236634
type: string
236634236635
required:
236635-
- cvc
236636236636
- exp_month
236637236637
- exp_year
236638236638
- number

openapi/spec3.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108063,6 +108063,14 @@
108063108063
"description": "The currency for the card.",
108064108064
"type": "string"
108065108065
},
108066+
"exp_month": {
108067+
"description": "The desired expiration month (1-12) for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
108068+
"type": "integer"
108069+
},
108070+
"exp_year": {
108071+
"description": "The desired 4-digit expiration year for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
108072+
"type": "integer"
108073+
},
108066108074
"expand": {
108067108075
"description": "Specifies which fields in the response should be expanded.",
108068108076
"items": {
@@ -170460,7 +170468,6 @@
170460170468
}
170461170469
},
170462170470
"required": [
170463-
"cvc",
170464170471
"exp_month",
170465170472
"exp_year",
170466170473
"number"

openapi/spec3.sdk.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125903,6 +125903,14 @@
125903125903
"description": "The currency for the card.",
125904125904
"type": "string"
125905125905
},
125906+
"exp_month": {
125907+
"description": "The desired expiration month (1-12) for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
125908+
"type": "integer"
125909+
},
125910+
"exp_year": {
125911+
"description": "The desired 4-digit expiration year for this card if [specifying a custom expiration date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).",
125912+
"type": "integer"
125913+
},
125906125914
"expand": {
125907125915
"description": "Specifies which fields in the response should be expanded.",
125908125916
"items": {
@@ -127124,6 +127132,8 @@
127124127132
"x-stripeMostCommon": [
127125127133
"cardholder",
127126127134
"currency",
127135+
"exp_month",
127136+
"exp_year",
127127127137
"metadata",
127128127138
"status",
127129127139
"type"
@@ -165089,6 +165099,7 @@
165089165099
"interval_end_date_as_string",
165090165100
"interval_start",
165091165101
"interval_start_date_as_string",
165102+
"intervention_type",
165092165103
"invoice",
165093165104
"invoice_line_item",
165094165105
"ip_address",
@@ -198979,7 +198990,6 @@
198979198990
}
198980198991
},
198981198992
"required": [
198982-
"cvc",
198983198993
"exp_month",
198984198994
"exp_year",
198985198995
"number"

openapi/spec3.sdk.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115408,6 +115408,18 @@ paths:
115408115408
currency:
115409115409
description: The currency for the card.
115410115410
type: string
115411+
exp_month:
115412+
description: >-
115413+
The desired expiration month (1-12) for this card if
115414+
[specifying a custom expiration
115415+
date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
115416+
type: integer
115417+
exp_year:
115418+
description: >-
115419+
The desired 4-digit expiration year for this card if
115420+
[specifying a custom expiration
115421+
date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
115422+
type: integer
115411115423
expand:
115412115424
description: Specifies which fields in the response should be expanded.
115413115425
items:
@@ -116642,6 +116654,8 @@ paths:
116642116654
x-stripeMostCommon:
116643116655
- cardholder
116644116656
- currency
116657+
- exp_month
116658+
- exp_year
116645116659
- metadata
116646116660
- status
116647116661
- type
@@ -156134,6 +156148,7 @@ paths:
156134156148
- interval_end_date_as_string
156135156149
- interval_start
156136156150
- interval_start_date_as_string
156151+
- intervention_type
156137156152
- invoice
156138156153
- invoice_line_item
156139156154
- ip_address
@@ -186740,7 +186755,6 @@ paths:
186740186755
maxLength: 5000
186741186756
type: string
186742186757
required:
186743-
- cvc
186744186758
- exp_month
186745186759
- exp_year
186746186760
- number

openapi/spec3.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94083,6 +94083,18 @@ paths:
9408394083
currency:
9408494084
description: The currency for the card.
9408594085
type: string
94086+
exp_month:
94087+
description: >-
94088+
The desired expiration month (1-12) for this card if
94089+
[specifying a custom expiration
94090+
date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
94091+
type: integer
94092+
exp_year:
94093+
description: >-
94094+
The desired 4-digit expiration year for this card if
94095+
[specifying a custom expiration
94096+
date](/issuing/cards/virtual/issue-cards?testing-method=with-code#exp-dates).
94097+
type: integer
9408694098
expand:
9408794099
description: Specifies which fields in the response should be expanded.
9408894100
items:
@@ -143108,7 +143120,6 @@ paths:
143108143120
maxLength: 5000
143109143121
type: string
143110143122
required:
143111-
- cvc
143112143123
- exp_month
143113143124
- exp_year
143114143125
- number

0 commit comments

Comments
 (0)