Skip to content

Commit 936373f

Browse files
Update OpenAPI for 2ee433154167375df15054cd38ccac85e5853b5c
1 parent 94d3ea9 commit 936373f

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

+43-2
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,16 @@
18521852
},
18531853
"nullable": true,
18541854
"type": "array"
1855+
},
1856+
"hosted_payment_method_save": {
1857+
"description": "Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.",
1858+
"enum": [
1859+
"always",
1860+
"never",
1861+
"offer"
1862+
],
1863+
"nullable": true,
1864+
"type": "string"
18551865
}
18561866
},
18571867
"required": [
@@ -1863,7 +1873,8 @@
18631873
"default_account_tax_ids"
18641874
],
18651875
"x-stripeMostCommon": [
1866-
"default_account_tax_ids"
1876+
"default_account_tax_ids",
1877+
"hosted_payment_method_save"
18671878
]
18681879
},
18691880
"account_link": {
@@ -93337,6 +93348,25 @@
9333793348
"statement_descriptor_prefix_kanji"
9333893349
]
9333993350
},
93351+
"invoices": {
93352+
"description": "Settings specific to the account’s use of Invoices.",
93353+
"properties": {
93354+
"hosted_payment_method_save": {
93355+
"description": "Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.",
93356+
"enum": [
93357+
"always",
93358+
"never",
93359+
"offer"
93360+
],
93361+
"type": "string"
93362+
}
93363+
},
93364+
"title": "invoices_settings_specs_create",
93365+
"type": "object",
93366+
"x-stripeMostCommon": [
93367+
"hosted_payment_method_save"
93368+
]
93369+
},
9334093370
"payments": {
9334193371
"description": "Settings that apply across payment methods for charging on the account.",
9334293372
"properties": {
@@ -93523,6 +93553,7 @@
9352393553
"card_payments",
9352493554
"crypto_payments",
9352593555
"funding_credit",
93556+
"invoices",
9352693557
"konbini_payments",
9352793558
"payments",
9352893559
"payouts",
@@ -96416,12 +96447,22 @@
9641696447
}
9641796448
],
9641896449
"description": "The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized."
96450+
},
96451+
"hosted_payment_method_save": {
96452+
"description": "Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.",
96453+
"enum": [
96454+
"always",
96455+
"never",
96456+
"offer"
96457+
],
96458+
"type": "string"
9641996459
}
9642096460
},
9642196461
"title": "invoices_settings_specs",
9642296462
"type": "object",
9642396463
"x-stripeMostCommon": [
96424-
"default_account_tax_ids"
96464+
"default_account_tax_ids",
96465+
"hosted_payment_method_save"
9642596466
]
9642696467
},
9642796468
"payments": {

0 commit comments

Comments
 (0)