Skip to content

Commit 5e7245e

Browse files
OpenAPI Update (#710)
Update OpenAPI for 06fc089a00ea1fabb4af0bfd3e3766ec8f440610 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 05a140f commit 5e7245e

File tree

4 files changed

+4115
-108
lines changed

4 files changed

+4115
-108
lines changed

embedded/openapi/fixtures3.beta.json

Lines changed: 86 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"display_name": null,
102102
"timezone": "Etc/UTC"
103103
},
104+
"invoices": {
105+
"default_account_tax_ids": null
106+
},
104107
"payments": {
105108
"statement_descriptor": null,
106109
"statement_descriptor_kana": null,
@@ -152,6 +155,10 @@
152155
"enabled": false,
153156
"features": {}
154157
},
158+
"documents": {
159+
"enabled": false,
160+
"features": {}
161+
},
155162
"payment_details": {
156163
"enabled": false,
157164
"features": {
@@ -777,10 +784,10 @@
777784
"expires_at": 1234567890,
778785
"id": "ctoken_1OMeefCLDLpHmE6uSe3hKEuC",
779786
"livemode": true,
780-
"mandate_data": null,
781787
"object": "confirmation_token",
782788
"payment_intent": null,
783789
"payment_method": null,
790+
"payment_method_options": null,
784791
"payment_method_preview": {
785792
"billing_details": {
786793
"address": {
@@ -806,8 +813,7 @@
806813
"networks": {
807814
"preferred": "ach",
808815
"supported": [
809-
"ach",
810-
"us_domestic_wire"
816+
"ach"
811817
]
812818
},
813819
"routing_number": "110000000",
@@ -1255,6 +1261,24 @@
12551261
"object": "customer_cash_balance_transaction",
12561262
"type": "funded"
12571263
},
1264+
"customer_entitlement": {
1265+
"feature": "",
1266+
"id": "",
1267+
"livemode": false,
1268+
"lookup_key": "",
1269+
"object": "customer_entitlement"
1270+
},
1271+
"customer_entitlement_summary": {
1272+
"customer": "",
1273+
"entitlements": {
1274+
"data": [],
1275+
"has_more": false,
1276+
"object": "list",
1277+
"url": ""
1278+
},
1279+
"livemode": false,
1280+
"object": "customer_entitlement_summary"
1281+
},
12581282
"customer_session": {
12591283
"client_secret": "_PB0fJ3hjtNwv8q9uBE2WCHja97ziIdXj38YAVkF7DYVuqqj",
12601284
"components": {
@@ -1461,6 +1485,13 @@
14611485
"reason": "general",
14621486
"status": "warning_needs_response"
14631487
},
1488+
"entitlements.feature": {
1489+
"id": "",
1490+
"livemode": false,
1491+
"lookup_key": "",
1492+
"name": "",
1493+
"object": "entitlements.feature"
1494+
},
14641495
"ephemeral_key": {
14651496
"created": 1234567890,
14661497
"expires": 1234567890,
@@ -1563,28 +1594,6 @@
15631594
"metadata": {},
15641595
"object": "file_link",
15651596
"url": "https://pakrym-upload-mydev.dev.stripe.me/links/MDB8YWNjdF8xT2NWaGNEeTh6YnZaZEFQfGZsX3Rlc3RfMkpENmxlajRVSkN6UWcyN2tDbXJzb1hz00ZUdPIHXo"
1566-
},
1567-
{
1568-
"created": 1706199800,
1569-
"expired": false,
1570-
"expires_at": null,
1571-
"file": "file_1OcVhzDy8zbvZdAPbMdtICx2",
1572-
"id": "link_1OcVi0Dy8zbvZdAPelDMzIr9",
1573-
"livemode": false,
1574-
"metadata": {},
1575-
"object": "file_link",
1576-
"url": "https://pakrym-upload-mydev.dev.stripe.me/links/MDB8YWNjdF8xT2NWaGNEeTh6YnZaZEFQfGZsX3Rlc3RfSzFXUUhwdTVnTzJNcWFBMTVOYWl4ZE8500ozp8ilyy"
1577-
},
1578-
{
1579-
"created": 1706199799,
1580-
"expired": false,
1581-
"expires_at": null,
1582-
"file": "file_1OcVhzDy8zbvZdAPbMdtICx2",
1583-
"id": "link_1OcVhzDy8zbvZdAPamJnikfg",
1584-
"livemode": false,
1585-
"metadata": {},
1586-
"object": "file_link",
1587-
"url": "https://pakrym-upload-mydev.dev.stripe.me/links/MDB8YWNjdF8xT2NWaGNEeTh6YnZaZEFQfGZsX3Rlc3RfRjJLSVNGMTBoR1FmVldGN2JhV0FaeXVz009hUvBCR4"
15881597
}
15891598
],
15901599
"has_more": false,
@@ -1749,6 +1758,7 @@
17491758
"transfer_group": null
17501759
},
17511760
"identity.verification_report": {
1761+
"client_reference_id": null,
17521762
"created": 1234567890,
17531763
"document": {
17541764
"address": {
@@ -1790,6 +1800,7 @@
17901800
"verification_session": "vs_1OMeedCLDLpHmE6uGoNSD6v1"
17911801
},
17921802
"identity.verification_session": {
1803+
"client_reference_id": null,
17931804
"client_secret": null,
17941805
"created": 1234567890,
17951806
"id": "vs_1OMeedCLDLpHmE6uAU4rb408",
@@ -1871,6 +1882,7 @@
18711882
"discountable": true,
18721883
"discounts": [],
18731884
"id": "il_1OMeeHCLDLpHmE6udYEvcwPA",
1885+
"invoice": "in_1Ou2SSI2S8mDw66kojRfbf62",
18741886
"invoice_item": "ii_1OMeeHCLDLpHmE6ucdSnRU4H",
18751887
"livemode": false,
18761888
"metadata": {},
@@ -2327,6 +2339,7 @@
23272339
"carrier_text": null,
23282340
"created": 1234567890,
23292341
"id": "ipcd_PB0fy8lQDpQxPv",
2342+
"livemode": false,
23302343
"lookup_key": "my_card_design_lookup_key",
23312344
"metadata": {},
23322345
"name": "My Card Design V1",
@@ -2445,6 +2458,7 @@
24452458
"discountable": true,
24462459
"discounts": [],
24472460
"id": "il_tmp_1OMeeNCLDLpHmE6uJh2YqyAP",
2461+
"invoice": "in_1Ou2SSI2S8mDw66kojRfbf62",
24482462
"invoice_item": "ii_1OMeeNCLDLpHmE6uJh2YqyAP",
24492463
"livemode": false,
24502464
"metadata": {},
@@ -2680,6 +2694,7 @@
26802694
"cvc_check": "pass"
26812695
},
26822696
"country": "US",
2697+
"display_brand": "visa",
26832698
"exp_month": 8,
26842699
"exp_year": 2024,
26852700
"fingerprint": "8IkI3fmGr5cYzsIJ",
@@ -3014,6 +3029,9 @@
30143029
"display_name": null,
30153030
"timezone": "Etc/UTC"
30163031
},
3032+
"invoices": {
3033+
"default_account_tax_ids": null
3034+
},
30173035
"payments": {
30183036
"statement_descriptor": null,
30193037
"statement_descriptor_kana": null,
@@ -3487,6 +3505,7 @@
34873505
"default_payment_method": null,
34883506
"description": null,
34893507
"invoice_settings": {
3508+
"account_tax_ids": null,
34903509
"days_until_due": null,
34913510
"issuer": {
34923511
"account": "",
@@ -3965,6 +3984,7 @@
39653984
"default_payment_method": null,
39663985
"description": null,
39673986
"invoice_settings": {
3987+
"account_tax_ids": null,
39683988
"days_until_due": null,
39693989
"issuer": {
39703990
"type": "self"
@@ -4243,6 +4263,10 @@
42434263
"id": "txi_1OMeebCLDLpHmE6uz9EPoFn2",
42444264
"livemode": false,
42454265
"object": "tax_id",
4266+
"owner": {
4267+
"customer": "cus_PjUutxjlduca42",
4268+
"type": "customer"
4269+
},
42464270
"type": "eu_vat",
42474271
"value": "DE123456789",
42484272
"verification": {
@@ -4261,6 +4285,7 @@
42614285
"id": "txr_1OMeeNCLDLpHmE6ubJ8HgTtn",
42624286
"inclusive": false,
42634287
"jurisdiction": "DE",
4288+
"jurisdiction_level": null,
42644289
"livemode": false,
42654290
"metadata": {},
42664291
"object": "tax_rate",
@@ -4342,6 +4367,9 @@
43424367
"last4": "4242",
43434368
"metadata": {},
43444369
"name": null,
4370+
"networks": {
4371+
"preferred": null
4372+
},
43454373
"object": "card",
43464374
"tokenization_method": null,
43474375
"wallet": null
@@ -4369,7 +4397,39 @@
43694397
"order_id": "12345678"
43704398
},
43714399
"object": "topup",
4372-
"source": null,
4400+
"source": {
4401+
"ach_debit": {
4402+
"bank_name": "STRIPE TEST BANK",
4403+
"country": "US",
4404+
"fingerprint": "5Wh4KBcfDrz5IOnx",
4405+
"last4": "6789",
4406+
"routing_number": "110000000",
4407+
"type": "individual"
4408+
},
4409+
"amount": null,
4410+
"client_secret": "src_client_secret_tiFXuOyFmQ1mAQuL6jlkN8yW",
4411+
"created": 1710377282,
4412+
"currency": "usd",
4413+
"flow": "code_verification",
4414+
"id": "src_1Ou2SkI2S8mDw66kB2bF7dJW",
4415+
"livemode": false,
4416+
"metadata": {},
4417+
"object": "source",
4418+
"owner": {
4419+
"address": null,
4420+
"email": "jenny.rosen@example.com",
4421+
"name": "Jenny Rosen",
4422+
"phone": null,
4423+
"verified_address": null,
4424+
"verified_email": null,
4425+
"verified_name": null,
4426+
"verified_phone": null
4427+
},
4428+
"statement_descriptor": null,
4429+
"status": "pending",
4430+
"type": "ach_debit",
4431+
"usage": "reusable"
4432+
},
43734433
"statement_descriptor": null,
43744434
"status": "pending",
43754435
"transfer_group": null

0 commit comments

Comments
 (0)