Skip to content

Commit db91420

Browse files
OpenAPI Update (#734)
Update OpenAPI for 2ba2a8ad0df6088c8748d8444d67c591d8f69b60 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 5c0dc78 commit db91420

File tree

3 files changed

+1635
-800
lines changed

3 files changed

+1635
-800
lines changed

embedded/openapi/fixtures3.json

Lines changed: 63 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,56 @@
273273
"routing_number": "110000000",
274274
"status": "new"
275275
},
276+
"billing.meter": {
277+
"created": 1234567890,
278+
"customer_mapping": {
279+
"event_payload_key": "customer",
280+
"type": "by_id"
281+
},
282+
"default_aggregation": {
283+
"formula": "sum"
284+
},
285+
"display_name": "test-meter",
286+
"event_name": "test-meter-event-name",
287+
"event_time_window": null,
288+
"id": "meter_123",
289+
"livemode": true,
290+
"object": "billing.meter",
291+
"status": "active",
292+
"status_transitions": {
293+
"deactivated_at": null
294+
},
295+
"updated": 1234567890,
296+
"value_settings": {
297+
"event_payload_key": "value"
298+
}
299+
},
300+
"billing.meter_event": {
301+
"created": 1234567890,
302+
"event_name": "api_request",
303+
"identifier": "1234-1234",
304+
"livemode": false,
305+
"object": "billing.meter_event",
306+
"payload": {
307+
"stripe_customer_id": "cus_123",
308+
"value": "25"
309+
},
310+
"timestamp": 1234567890
311+
},
312+
"billing.meter_event_adjustment": {
313+
"livemode": false,
314+
"object": "billing.meter_event_adjustment",
315+
"status": "complete"
316+
},
317+
"billing.meter_event_summary": {
318+
"aggregated_value": 25,
319+
"end_time": 1234567890,
320+
"id": "mtrusg_123",
321+
"livemode": false,
322+
"meter": "mtr_123",
323+
"object": "billing.meter_event_summary",
324+
"start_time": 1234567890
325+
},
276326
"billing_portal.configuration": {
277327
"active": true,
278328
"application": null,
@@ -1518,6 +1568,17 @@
15181568
"metadata": {},
15191569
"object": "file_link",
15201570
"url": "https://ramya-upload-mydev.dev.stripe.me/links/MDB8YWNjdF8xT3dxVFFDN2pxbENiRVdBfGZsX3Rlc3Rfd2hFeUJKWHFKYk5adVJ1Nmd1RVZRZVpW00TOfdfMgl"
1571+
},
1572+
{
1573+
"created": 1711575698,
1574+
"expired": false,
1575+
"expires_at": null,
1576+
"file": "file_1Oz4E2JDlh28ZWA1jiewbKBO",
1577+
"id": "link_1Oz4E2JDlh28ZWA1AhZkv28r",
1578+
"livemode": false,
1579+
"metadata": {},
1580+
"object": "file_link",
1581+
"url": "https://crystal-npwcda--upload-mydev.dev.stripe.me/links/MDB8YWNjdF8xT3o0RExKRGxoMjhaV0ExfGZsX3Rlc3RfQmdheWFvYXR3M3JWemZkUzFaZG9YMTR000x2cmFxaR"
15211582
}
15221583
],
15231584
"has_more": false,
@@ -1659,14 +1720,9 @@
16591720
"country": "DE",
16601721
"financial_addresses": [
16611722
{
1662-
"iban": {
1663-
"account_holder_name": "Stripe Technology Europe Limited",
1664-
"bic": "SXPYDEHH",
1665-
"country": "DE",
1666-
"iban": "DE00000000000000000001"
1667-
},
16681723
"supported_networks": [
1669-
"sepa"
1724+
"sepa",
1725+
"domestic_wire_us"
16701726
],
16711727
"type": "iban"
16721728
}
@@ -1999,7 +2055,6 @@
19992055
"livemode": false,
20002056
"metadata": {},
20012057
"object": "issuing.card",
2002-
"personalization_design": null,
20032058
"replaced_by": null,
20042059
"replacement_for": null,
20052060
"replacement_reason": null,
@@ -2124,7 +2179,6 @@
21242179
"livemode": false,
21252180
"metadata": {},
21262181
"object": "issuing.card",
2127-
"personalization_design": null,
21282182
"replaced_by": null,
21292183
"replacement_for": null,
21302184
"replacement_reason": null,
@@ -2226,11 +2280,6 @@
22262280
"status": "review"
22272281
},
22282282
"issuing.physical_bundle": {
2229-
"features": {
2230-
"card_logo": "unsupported",
2231-
"carrier_text": "unsupported",
2232-
"second_line": "unsupported"
2233-
},
22342283
"id": "ics_PjUv222Xszs9R1",
22352284
"livemode": false,
22362285
"name": "My Card Bundle V1",

0 commit comments

Comments
 (0)