File tree Expand file tree Collapse file tree 7 files changed +14926
-9035
lines changed
Expand file tree Collapse file tree 7 files changed +14926
-9035
lines changed Original file line number Diff line number Diff line change 1- bfe0bd15c142b8479812b8a0d7b18b3e2d3d4b5e
1+ a3ba0bdb2d83fe3421fc76a42d5af881fe4fb53b
Original file line number Diff line number Diff line change 99 "url" : " https://stripe.com" ,
10101111 },
12- "version" : " 2025-08-27.basil " ,
12+ "version" : " 2025-09-30.clover " ,
1313 "x-stripeSpecFilename" : " spec3.v2.cli"
1414 },
1515 "servers" : [ {
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ var validThinEvents = map[string]bool{
257257var validPreviewEvents = map [string ]bool {
258258 "v1.billing.meter.error_report_triggered" : true ,
259259 "v1.billing.meter.no_meter_found" : true ,
260+ "v2.billing.bill_setting.updated" : true ,
260261 "v2.core.account.closed" : true ,
261262 "v2.core.account.created" : true ,
262263 "v2.core.account.updated" : true ,
@@ -316,5 +317,6 @@ var validPreviewEvents = map[string]bool{
316317 "v2.payments.off_session_payment.canceled" : true ,
317318 "v2.payments.off_session_payment.created" : true ,
318319 "v2.payments.off_session_payment.failed" : true ,
320+ "v2.payments.off_session_payment.requires_capture" : true ,
319321 "v2.payments.off_session_payment.succeeded" : true ,
320322}
Original file line number Diff line number Diff line change 33package requests
44
55// StripeVersionHeaderValue is the api version header value
6- const StripeVersionHeaderValue = "2025-08-27.basil "
6+ const StripeVersionHeaderValue = "2025-09-30.clover "
77
88// StripePreviewVersionHeaderValue is the api version header value for preview features
9- const StripePreviewVersionHeaderValue = "2025-08-27 .preview"
9+ const StripePreviewVersionHeaderValue = "2025-09-30 .preview"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ SHA=$(git rev-parse HEAD)
1313echo " ⏳ Retrieving v2 openapi spec..."
1414
1515# for apispecdump docs, see https://go/api-v2/dump
16- ./scripts/api-services/apiv2 apispecdump --version=" 2025-08-27.basil " --format OPENAPI_JSON --variant CLI --out-file spec3.v2.sdk.json
17- ./scripts/api-services/apiv2 apispecdump --version=" 2025-08-27.basil " --format OPENAPI_JSON --variant CLI_PUBLIC_PREVIEW --out-file spec3.v2.sdk.preview.json
16+ ./scripts/api-services/apiv2 apispecdump --version=" 2025-09-30.clover " --format OPENAPI_JSON --variant CLI --out-file spec3.v2.sdk.json
17+ ./scripts/api-services/apiv2 apispecdump --version=" 2025-09-30.clover " --format OPENAPI_JSON --variant CLI_PUBLIC_PREVIEW --out-file spec3.v2.sdk.preview.json
1818
1919popd
2020
You can’t perform that action at this time.
0 commit comments