Skip to content

Commit e46377f

Browse files
OpenAPI Update (#951)
Update OpenAPI for 28d02bc7734b33bdd16ca86eae45ac603f0b147a Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent fb2c1a2 commit e46377f

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72838,9 +72838,16 @@
7283872838
"treasury_outbound_payments_resource_us_domestic_wire_tracking_details": {
7283972839
"description": "",
7284072840
"properties": {
72841+
"chips": {
72842+
"description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
72843+
"maxLength": 5000,
72844+
"nullable": true,
72845+
"type": "string"
72846+
},
7284172847
"imad": {
7284272848
"description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
7284372849
"maxLength": 5000,
72850+
"nullable": true,
7284472851
"type": "string"
7284572852
},
7284672853
"omad": {
@@ -72851,6 +72858,7 @@
7285172858
}
7285272859
},
7285372860
"required": [
72861+
"chips",
7285472862
"imad",
7285572863
"omad"
7285672864
],
@@ -73050,9 +73058,16 @@
7305073058
"treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": {
7305173059
"description": "",
7305273060
"properties": {
73061+
"chips": {
73062+
"description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
73063+
"maxLength": 5000,
73064+
"nullable": true,
73065+
"type": "string"
73066+
},
7305373067
"imad": {
7305473068
"description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
7305573069
"maxLength": 5000,
73070+
"nullable": true,
7305673071
"type": "string"
7305773072
},
7305873073
"omad": {
@@ -73063,6 +73078,7 @@
7306373078
}
7306473079
},
7306573080
"required": [
73081+
"chips",
7306673082
"imad",
7306773083
"omad"
7306873084
],
@@ -203459,6 +203475,11 @@
203459203475
"us_domestic_wire": {
203460203476
"description": "US domestic wire network tracking details.",
203461203477
"properties": {
203478+
"chips": {
203479+
"description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.",
203480+
"maxLength": 5000,
203481+
"type": "string"
203482+
},
203462203483
"imad": {
203463203484
"description": "IMAD for funds sent over the `us_domestic_wire` network.",
203464203485
"maxLength": 5000,
@@ -203811,6 +203832,11 @@
203811203832
"us_domestic_wire": {
203812203833
"description": "US domestic wire network tracking details.",
203813203834
"properties": {
203835+
"chips": {
203836+
"description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.",
203837+
"maxLength": 5000,
203838+
"type": "string"
203839+
},
203814203840
"imad": {
203815203841
"description": "IMAD for funds sent over the `us_domestic_wire` network.",
203816203842
"maxLength": 5000,

embedded/openapi/spec3.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50333,9 +50333,16 @@
5033350333
"treasury_outbound_payments_resource_us_domestic_wire_tracking_details": {
5033450334
"description": "",
5033550335
"properties": {
50336+
"chips": {
50337+
"description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
50338+
"maxLength": 5000,
50339+
"nullable": true,
50340+
"type": "string"
50341+
},
5033650342
"imad": {
5033750343
"description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
5033850344
"maxLength": 5000,
50345+
"nullable": true,
5033950346
"type": "string"
5034050347
},
5034150348
"omad": {
@@ -50345,9 +50352,6 @@
5034550352
"type": "string"
5034650353
}
5034750354
},
50348-
"required": [
50349-
"imad"
50350-
],
5035150355
"title": "TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails",
5035250356
"type": "object",
5035350357
"x-expandableFields": []
@@ -50480,9 +50484,16 @@
5048050484
"treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": {
5048150485
"description": "",
5048250486
"properties": {
50487+
"chips": {
50488+
"description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
50489+
"maxLength": 5000,
50490+
"nullable": true,
50491+
"type": "string"
50492+
},
5048350493
"imad": {
5048450494
"description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
5048550495
"maxLength": 5000,
50496+
"nullable": true,
5048650497
"type": "string"
5048750498
},
5048850499
"omad": {
@@ -50492,9 +50503,6 @@
5049250503
"type": "string"
5049350504
}
5049450505
},
50495-
"required": [
50496-
"imad"
50497-
],
5049850506
"title": "TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails",
5049950507
"type": "object",
5050050508
"x-expandableFields": []
@@ -156193,6 +156201,10 @@
156193156201
},
156194156202
"us_domestic_wire": {
156195156203
"properties": {
156204+
"chips": {
156205+
"maxLength": 5000,
156206+
"type": "string"
156207+
},
156196156208
"imad": {
156197156209
"maxLength": 5000,
156198156210
"type": "string"
@@ -156538,6 +156550,10 @@
156538156550
},
156539156551
"us_domestic_wire": {
156540156552
"properties": {
156553+
"chips": {
156554+
"maxLength": 5000,
156555+
"type": "string"
156556+
},
156541156557
"imad": {
156542156558
"maxLength": 5000,
156543156559
"type": "string"

0 commit comments

Comments
 (0)