|
1852 | 1852 | },
|
1853 | 1853 | "nullable": true,
|
1854 | 1854 | "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" |
1855 | 1865 | }
|
1856 | 1866 | },
|
1857 | 1867 | "required": [
|
|
1863 | 1873 | "default_account_tax_ids"
|
1864 | 1874 | ],
|
1865 | 1875 | "x-stripeMostCommon": [
|
1866 |
| - "default_account_tax_ids" |
| 1876 | + "default_account_tax_ids", |
| 1877 | + "hosted_payment_method_save" |
1867 | 1878 | ]
|
1868 | 1879 | },
|
1869 | 1880 | "account_link": {
|
|
93337 | 93348 | "statement_descriptor_prefix_kanji"
|
93338 | 93349 | ]
|
93339 | 93350 | },
|
| 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 | + }, |
93340 | 93370 | "payments": {
|
93341 | 93371 | "description": "Settings that apply across payment methods for charging on the account.",
|
93342 | 93372 | "properties": {
|
|
93523 | 93553 | "card_payments",
|
93524 | 93554 | "crypto_payments",
|
93525 | 93555 | "funding_credit",
|
| 93556 | + "invoices", |
93526 | 93557 | "konbini_payments",
|
93527 | 93558 | "payments",
|
93528 | 93559 | "payouts",
|
@@ -96416,12 +96447,22 @@
|
96416 | 96447 | }
|
96417 | 96448 | ],
|
96418 | 96449 | "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" |
96419 | 96459 | }
|
96420 | 96460 | },
|
96421 | 96461 | "title": "invoices_settings_specs",
|
96422 | 96462 | "type": "object",
|
96423 | 96463 | "x-stripeMostCommon": [
|
96424 |
| - "default_account_tax_ids" |
| 96464 | + "default_account_tax_ids", |
| 96465 | + "hosted_payment_method_save" |
96425 | 96466 | ]
|
96426 | 96467 | },
|
96427 | 96468 | "payments": {
|
|
0 commit comments