stripe 17.8.0-beta.1 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +246 -1075
- package/OPENAPI_VERSION +1 -1
- package/README.md +0 -1
- package/VERSION +1 -1
- package/cjs/apiVersion.js +1 -1
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
- package/cjs/resources/Invoices.js +0 -26
- package/cjs/resources/PaymentIntents.js +0 -8
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionItems.js +0 -9
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Terminal/Readers.js +0 -12
- package/cjs/resources/TestHelpers/Terminal/Readers.js +0 -8
- package/cjs/resources.js +12 -48
- package/cjs/stripe.core.js +3 -14
- package/esm/apiVersion.js +1 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
- package/esm/resources/Invoices.js +0 -26
- package/esm/resources/PaymentIntents.js +0 -8
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionItems.js +0 -9
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Terminal/Readers.js +0 -12
- package/esm/resources/TestHelpers/Terminal/Readers.js +0 -8
- package/esm/resources.js +1 -33
- package/esm/stripe.core.js +3 -14
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +0 -45
- package/types/AccountSessionsResource.d.ts +0 -243
- package/types/Accounts.d.ts +48 -211
- package/types/AccountsResource.d.ts +86 -503
- package/types/ApplicationFees.d.ts +1 -1
- package/types/BalanceTransactions.d.ts +3 -1
- package/types/BalanceTransactionsResource.d.ts +1 -1
- package/types/BankAccounts.d.ts +9 -1
- package/types/Billing/CreditBalanceSummaryResource.d.ts +2 -2
- package/types/Billing/CreditGrants.d.ts +2 -2
- package/types/Billing/CreditGrantsResource.d.ts +2 -2
- package/types/Billing/Meters.d.ts +1 -1
- package/types/Billing/MetersResource.d.ts +2 -2
- package/types/Capabilities.d.ts +8 -0
- package/types/Cards.d.ts +1 -9
- package/types/Charges.d.ts +56 -153
- package/types/ChargesResource.d.ts +1 -1295
- package/types/Checkout/Sessions.d.ts +62 -336
- package/types/Checkout/SessionsResource.d.ts +69 -287
- package/types/ConfirmationTokens.d.ts +50 -99
- package/types/Coupons.d.ts +1 -1
- package/types/CouponsResource.d.ts +1 -1
- package/types/CreditNoteLineItems.d.ts +24 -22
- package/types/CreditNotes.d.ts +26 -23
- package/types/CreditNotesResource.d.ts +0 -15
- package/types/CustomerBalanceTransactions.d.ts +8 -1
- package/types/Customers.d.ts +3 -3
- package/types/CustomersResource.d.ts +3 -21
- package/types/EventTypes.d.ts +85 -545
- package/types/Events.d.ts +8 -93
- package/types/FinancialConnections/Accounts.d.ts +1 -29
- package/types/FinancialConnections/AccountsResource.d.ts +3 -35
- package/types/FinancialConnections/Sessions.d.ts +1 -49
- package/types/FinancialConnections/SessionsResource.d.ts +1 -38
- package/types/InvoiceItems.d.ts +60 -31
- package/types/InvoiceItemsResource.d.ts +26 -120
- package/types/InvoiceLineItems.d.ts +154 -91
- package/types/InvoicePayments.d.ts +2 -16
- package/types/InvoicePaymentsResource.d.ts +74 -0
- package/types/Invoices.d.ts +93 -214
- package/types/InvoicesResource.d.ts +307 -6599
- package/types/Issuing/Authorizations.d.ts +1 -1
- package/types/Issuing/AuthorizationsResource.d.ts +1 -1
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/Transactions.d.ts +0 -2
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -32
- package/types/Mandates.d.ts +8 -77
- package/types/PaymentIntents.d.ts +56 -648
- package/types/PaymentIntentsResource.d.ts +4120 -8122
- package/types/PaymentLinks.d.ts +49 -6
- package/types/PaymentLinksResource.d.ts +77 -12
- package/types/PaymentMethodConfigurations.d.ts +63 -135
- package/types/PaymentMethodConfigurationsResource.d.ts +116 -216
- package/types/PaymentMethodDomainsResource.d.ts +6 -6
- package/types/PaymentMethods.d.ts +50 -99
- package/types/PaymentMethodsResource.d.ts +53 -148
- package/types/Persons.d.ts +17 -9
- package/types/Plans.d.ts +0 -7
- package/types/PlansResource.d.ts +0 -7
- package/types/Prices.d.ts +0 -33
- package/types/PricesResource.d.ts +2 -35
- package/types/Products.d.ts +0 -39
- package/types/ProductsResource.d.ts +0 -36
- package/types/Quotes.d.ts +1 -591
- package/types/QuotesResource.d.ts +200 -2532
- package/types/Refunds.d.ts +18 -14
- package/types/Reviews.d.ts +3 -2
- package/types/SetupAttempts.d.ts +15 -38
- package/types/SetupIntents.d.ts +3 -111
- package/types/SetupIntentsResource.d.ts +155 -642
- package/types/Sources.d.ts +0 -29
- package/types/SubscriptionItems.d.ts +9 -34
- package/types/SubscriptionItemsResource.d.ts +2 -203
- package/types/SubscriptionSchedules.d.ts +0 -251
- package/types/SubscriptionSchedulesResource.d.ts +9 -1333
- package/types/Subscriptions.d.ts +4 -124
- package/types/SubscriptionsResource.d.ts +10 -455
- package/types/Tax/RegistrationsResource.d.ts +1 -1
- package/types/Terminal/Configurations.d.ts +86 -3
- package/types/Terminal/ConfigurationsResource.d.ts +192 -2
- package/types/Terminal/Readers.d.ts +0 -290
- package/types/Terminal/ReadersResource.d.ts +0 -215
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +50 -103
- package/types/TestHelpers/Terminal/ReadersResource.d.ts +0 -53
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/TokensResource.d.ts +6 -1
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +1 -38
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/Core/EventDestinationsResource.d.ts +0 -5
- package/types/V2/Core/EventsResource.d.ts +0 -5
- package/types/V2/EventDestinations.d.ts +1 -1
- package/types/V2/Events.d.ts +1 -1
- package/types/WebhookEndpointsResource.d.ts +19 -71
- package/types/index.d.ts +2 -64
- package/types/lib.d.ts +1 -1
- package/types/test/typescriptTest.ts +3 -6
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/GiftCards/Cards.js +0 -23
- package/cjs/resources/GiftCards/Transactions.js +0 -33
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/PaymentRecords.js +0 -29
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/GiftCards/Cards.js +0 -20
- package/esm/resources/GiftCards/Transactions.js +0 -30
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/PaymentRecords.js +0 -26
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/Billing/MeterErrorReports.d.ts +0 -106
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/Deprecations.d.ts +0 -215
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -93
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/GiftCards/Cards.d.ts +0 -118
- package/types/GiftCards/CardsResource.d.ts +0 -159
- package/types/GiftCards/Transactions.d.ts +0 -129
- package/types/GiftCards/TransactionsResource.d.ts +0 -201
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -73
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -103
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1189
- package/types/OrdersResource.d.ts +0 -2981
- package/types/PaymentAttemptRecords.d.ts +0 -242
- package/types/PaymentAttemptRecordsResource.d.ts +0 -47
- package/types/PaymentRecords.d.ts +0 -242
- package/types/PaymentRecordsResource.d.ts +0 -455
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1658
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -824
- package/types/Tax/Associations.d.ts +0 -126
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/UsageRecordSummaries.d.ts +0 -56
- package/types/UsageRecords.d.ts +0 -45
|
@@ -87,11 +87,6 @@ declare module 'stripe' {
|
|
|
87
87
|
*/
|
|
88
88
|
metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
|
|
89
89
|
|
|
90
|
-
/**
|
|
91
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
92
|
-
*/
|
|
93
|
-
risk_controls?: AccountCreateParams.RiskControls;
|
|
94
|
-
|
|
95
90
|
/**
|
|
96
91
|
* Options for customizing how the account functions within Stripe.
|
|
97
92
|
*/
|
|
@@ -234,11 +229,6 @@ declare module 'stripe' {
|
|
|
234
229
|
*/
|
|
235
230
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
236
231
|
|
|
237
|
-
/**
|
|
238
|
-
* The automatic_indirect_tax capability.
|
|
239
|
-
*/
|
|
240
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
241
|
-
|
|
242
232
|
/**
|
|
243
233
|
* The bacs_debit_payments capability.
|
|
244
234
|
*/
|
|
@@ -254,6 +244,11 @@ declare module 'stripe' {
|
|
|
254
244
|
*/
|
|
255
245
|
bank_transfer_payments?: Capabilities.BankTransferPayments;
|
|
256
246
|
|
|
247
|
+
/**
|
|
248
|
+
* The billie_payments capability.
|
|
249
|
+
*/
|
|
250
|
+
billie_payments?: Capabilities.BilliePayments;
|
|
251
|
+
|
|
257
252
|
/**
|
|
258
253
|
* The blik_payments capability.
|
|
259
254
|
*/
|
|
@@ -304,26 +299,11 @@ declare module 'stripe' {
|
|
|
304
299
|
*/
|
|
305
300
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
306
301
|
|
|
307
|
-
/**
|
|
308
|
-
* The gopay_payments capability.
|
|
309
|
-
*/
|
|
310
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
311
|
-
|
|
312
302
|
/**
|
|
313
303
|
* The grabpay_payments capability.
|
|
314
304
|
*/
|
|
315
305
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
316
306
|
|
|
317
|
-
/**
|
|
318
|
-
* The id_bank_transfer_payments capability.
|
|
319
|
-
*/
|
|
320
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* The id_bank_transfer_payments_bca capability.
|
|
324
|
-
*/
|
|
325
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
326
|
-
|
|
327
307
|
/**
|
|
328
308
|
* The ideal_payments capability.
|
|
329
309
|
*/
|
|
@@ -374,11 +354,6 @@ declare module 'stripe' {
|
|
|
374
354
|
*/
|
|
375
355
|
link_payments?: Capabilities.LinkPayments;
|
|
376
356
|
|
|
377
|
-
/**
|
|
378
|
-
* The mb_way_payments capability.
|
|
379
|
-
*/
|
|
380
|
-
mb_way_payments?: Capabilities.MbWayPayments;
|
|
381
|
-
|
|
382
357
|
/**
|
|
383
358
|
* The mobilepay_payments capability.
|
|
384
359
|
*/
|
|
@@ -399,6 +374,11 @@ declare module 'stripe' {
|
|
|
399
374
|
*/
|
|
400
375
|
naver_pay_payments?: Capabilities.NaverPayPayments;
|
|
401
376
|
|
|
377
|
+
/**
|
|
378
|
+
* The nz_bank_account_becs_debit_payments capability.
|
|
379
|
+
*/
|
|
380
|
+
nz_bank_account_becs_debit_payments?: Capabilities.NzBankAccountBecsDebitPayments;
|
|
381
|
+
|
|
402
382
|
/**
|
|
403
383
|
* The oxxo_payments capability.
|
|
404
384
|
*/
|
|
@@ -424,31 +404,11 @@ declare module 'stripe' {
|
|
|
424
404
|
*/
|
|
425
405
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
426
406
|
|
|
427
|
-
/**
|
|
428
|
-
* The paypal_payments capability.
|
|
429
|
-
*/
|
|
430
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* The payto_payments capability.
|
|
434
|
-
*/
|
|
435
|
-
payto_payments?: Capabilities.PaytoPayments;
|
|
436
|
-
|
|
437
407
|
/**
|
|
438
408
|
* The promptpay_payments capability.
|
|
439
409
|
*/
|
|
440
410
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
441
411
|
|
|
442
|
-
/**
|
|
443
|
-
* The qris_payments capability.
|
|
444
|
-
*/
|
|
445
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* The rechnung_payments capability.
|
|
449
|
-
*/
|
|
450
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
451
|
-
|
|
452
412
|
/**
|
|
453
413
|
* The revolut_pay_payments capability.
|
|
454
414
|
*/
|
|
@@ -459,6 +419,11 @@ declare module 'stripe' {
|
|
|
459
419
|
*/
|
|
460
420
|
samsung_pay_payments?: Capabilities.SamsungPayPayments;
|
|
461
421
|
|
|
422
|
+
/**
|
|
423
|
+
* The satispay_payments capability.
|
|
424
|
+
*/
|
|
425
|
+
satispay_payments?: Capabilities.SatispayPayments;
|
|
426
|
+
|
|
462
427
|
/**
|
|
463
428
|
* The sepa_bank_transfer_payments capability.
|
|
464
429
|
*/
|
|
@@ -469,11 +434,6 @@ declare module 'stripe' {
|
|
|
469
434
|
*/
|
|
470
435
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
471
436
|
|
|
472
|
-
/**
|
|
473
|
-
* The shopeepay_payments capability.
|
|
474
|
-
*/
|
|
475
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
476
|
-
|
|
477
437
|
/**
|
|
478
438
|
* The sofort_payments capability.
|
|
479
439
|
*/
|
|
@@ -504,21 +464,6 @@ declare module 'stripe' {
|
|
|
504
464
|
*/
|
|
505
465
|
treasury?: Capabilities.Treasury;
|
|
506
466
|
|
|
507
|
-
/**
|
|
508
|
-
* The treasury_evolve capability.
|
|
509
|
-
*/
|
|
510
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* The treasury_fifth_third capability.
|
|
514
|
-
*/
|
|
515
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* The treasury_goldman_sachs capability.
|
|
519
|
-
*/
|
|
520
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
521
|
-
|
|
522
467
|
/**
|
|
523
468
|
* The twint_payments capability.
|
|
524
469
|
*/
|
|
@@ -583,28 +528,28 @@ declare module 'stripe' {
|
|
|
583
528
|
requested?: boolean;
|
|
584
529
|
}
|
|
585
530
|
|
|
586
|
-
interface
|
|
531
|
+
interface BacsDebitPayments {
|
|
587
532
|
/**
|
|
588
533
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
589
534
|
*/
|
|
590
535
|
requested?: boolean;
|
|
591
536
|
}
|
|
592
537
|
|
|
593
|
-
interface
|
|
538
|
+
interface BancontactPayments {
|
|
594
539
|
/**
|
|
595
540
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
596
541
|
*/
|
|
597
542
|
requested?: boolean;
|
|
598
543
|
}
|
|
599
544
|
|
|
600
|
-
interface
|
|
545
|
+
interface BankTransferPayments {
|
|
601
546
|
/**
|
|
602
547
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
603
548
|
*/
|
|
604
549
|
requested?: boolean;
|
|
605
550
|
}
|
|
606
551
|
|
|
607
|
-
interface
|
|
552
|
+
interface BilliePayments {
|
|
608
553
|
/**
|
|
609
554
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
610
555
|
*/
|
|
@@ -681,13 +626,6 @@ declare module 'stripe' {
|
|
|
681
626
|
requested?: boolean;
|
|
682
627
|
}
|
|
683
628
|
|
|
684
|
-
interface GopayPayments {
|
|
685
|
-
/**
|
|
686
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
687
|
-
*/
|
|
688
|
-
requested?: boolean;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
629
|
interface GrabpayPayments {
|
|
692
630
|
/**
|
|
693
631
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -695,20 +633,6 @@ declare module 'stripe' {
|
|
|
695
633
|
requested?: boolean;
|
|
696
634
|
}
|
|
697
635
|
|
|
698
|
-
interface IdBankTransferPayments {
|
|
699
|
-
/**
|
|
700
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
701
|
-
*/
|
|
702
|
-
requested?: boolean;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
interface IdBankTransferPaymentsBca {
|
|
706
|
-
/**
|
|
707
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
708
|
-
*/
|
|
709
|
-
requested?: boolean;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
636
|
interface IdealPayments {
|
|
713
637
|
/**
|
|
714
638
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -779,35 +703,35 @@ declare module 'stripe' {
|
|
|
779
703
|
requested?: boolean;
|
|
780
704
|
}
|
|
781
705
|
|
|
782
|
-
interface
|
|
706
|
+
interface MobilepayPayments {
|
|
783
707
|
/**
|
|
784
708
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
785
709
|
*/
|
|
786
710
|
requested?: boolean;
|
|
787
711
|
}
|
|
788
712
|
|
|
789
|
-
interface
|
|
713
|
+
interface MultibancoPayments {
|
|
790
714
|
/**
|
|
791
715
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
792
716
|
*/
|
|
793
717
|
requested?: boolean;
|
|
794
718
|
}
|
|
795
719
|
|
|
796
|
-
interface
|
|
720
|
+
interface MxBankTransferPayments {
|
|
797
721
|
/**
|
|
798
722
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
799
723
|
*/
|
|
800
724
|
requested?: boolean;
|
|
801
725
|
}
|
|
802
726
|
|
|
803
|
-
interface
|
|
727
|
+
interface NaverPayPayments {
|
|
804
728
|
/**
|
|
805
729
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
806
730
|
*/
|
|
807
731
|
requested?: boolean;
|
|
808
732
|
}
|
|
809
733
|
|
|
810
|
-
interface
|
|
734
|
+
interface NzBankAccountBecsDebitPayments {
|
|
811
735
|
/**
|
|
812
736
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
813
737
|
*/
|
|
@@ -849,20 +773,6 @@ declare module 'stripe' {
|
|
|
849
773
|
requested?: boolean;
|
|
850
774
|
}
|
|
851
775
|
|
|
852
|
-
interface PaypalPayments {
|
|
853
|
-
/**
|
|
854
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
855
|
-
*/
|
|
856
|
-
requested?: boolean;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
interface PaytoPayments {
|
|
860
|
-
/**
|
|
861
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
862
|
-
*/
|
|
863
|
-
requested?: boolean;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
776
|
interface PromptpayPayments {
|
|
867
777
|
/**
|
|
868
778
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -870,20 +780,6 @@ declare module 'stripe' {
|
|
|
870
780
|
requested?: boolean;
|
|
871
781
|
}
|
|
872
782
|
|
|
873
|
-
interface QrisPayments {
|
|
874
|
-
/**
|
|
875
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
876
|
-
*/
|
|
877
|
-
requested?: boolean;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
interface RechnungPayments {
|
|
881
|
-
/**
|
|
882
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
883
|
-
*/
|
|
884
|
-
requested?: boolean;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
783
|
interface RevolutPayPayments {
|
|
888
784
|
/**
|
|
889
785
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -898,21 +794,21 @@ declare module 'stripe' {
|
|
|
898
794
|
requested?: boolean;
|
|
899
795
|
}
|
|
900
796
|
|
|
901
|
-
interface
|
|
797
|
+
interface SatispayPayments {
|
|
902
798
|
/**
|
|
903
799
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
904
800
|
*/
|
|
905
801
|
requested?: boolean;
|
|
906
802
|
}
|
|
907
803
|
|
|
908
|
-
interface
|
|
804
|
+
interface SepaBankTransferPayments {
|
|
909
805
|
/**
|
|
910
806
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
911
807
|
*/
|
|
912
808
|
requested?: boolean;
|
|
913
809
|
}
|
|
914
810
|
|
|
915
|
-
interface
|
|
811
|
+
interface SepaDebitPayments {
|
|
916
812
|
/**
|
|
917
813
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
918
814
|
*/
|
|
@@ -961,27 +857,6 @@ declare module 'stripe' {
|
|
|
961
857
|
requested?: boolean;
|
|
962
858
|
}
|
|
963
859
|
|
|
964
|
-
interface TreasuryEvolve {
|
|
965
|
-
/**
|
|
966
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
967
|
-
*/
|
|
968
|
-
requested?: boolean;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
interface TreasuryFifthThird {
|
|
972
|
-
/**
|
|
973
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
974
|
-
*/
|
|
975
|
-
requested?: boolean;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
interface TreasuryGoldmanSachs {
|
|
979
|
-
/**
|
|
980
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
981
|
-
*/
|
|
982
|
-
requested?: boolean;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
860
|
interface TwintPayments {
|
|
986
861
|
/**
|
|
987
862
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -1077,6 +952,9 @@ declare module 'stripe' {
|
|
|
1077
952
|
*/
|
|
1078
953
|
ownership_declaration?: Company.OwnershipDeclaration;
|
|
1079
954
|
|
|
955
|
+
/**
|
|
956
|
+
* This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.
|
|
957
|
+
*/
|
|
1080
958
|
ownership_exemption_reason?: Stripe.Emptyable<
|
|
1081
959
|
Company.OwnershipExemptionReason
|
|
1082
960
|
>;
|
|
@@ -1204,16 +1082,6 @@ declare module 'stripe' {
|
|
|
1204
1082
|
}
|
|
1205
1083
|
|
|
1206
1084
|
interface Controller {
|
|
1207
|
-
/**
|
|
1208
|
-
* A hash of configuration describing the Connect application that controls the account.
|
|
1209
|
-
*/
|
|
1210
|
-
application?: Controller.Application;
|
|
1211
|
-
|
|
1212
|
-
/**
|
|
1213
|
-
* Properties of the account's dashboard.
|
|
1214
|
-
*/
|
|
1215
|
-
dashboard?: Controller.Dashboard;
|
|
1216
|
-
|
|
1217
1085
|
/**
|
|
1218
1086
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1219
1087
|
*/
|
|
@@ -1236,34 +1104,6 @@ declare module 'stripe' {
|
|
|
1236
1104
|
}
|
|
1237
1105
|
|
|
1238
1106
|
namespace Controller {
|
|
1239
|
-
interface Application {
|
|
1240
|
-
/**
|
|
1241
|
-
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
|
|
1242
|
-
*/
|
|
1243
|
-
loss_liable: boolean;
|
|
1244
|
-
|
|
1245
|
-
/**
|
|
1246
|
-
* Whether the controller owns onboarding for this account.
|
|
1247
|
-
*/
|
|
1248
|
-
onboarding_owner?: boolean;
|
|
1249
|
-
|
|
1250
|
-
/**
|
|
1251
|
-
* Whether the controller has pricing controls for this account.
|
|
1252
|
-
*/
|
|
1253
|
-
pricing_controls?: boolean;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
interface Dashboard {
|
|
1257
|
-
/**
|
|
1258
|
-
* Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
|
|
1259
|
-
*/
|
|
1260
|
-
type?: Dashboard.Type;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
namespace Dashboard {
|
|
1264
|
-
type Type = 'express' | 'full' | 'none';
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
1107
|
interface Fees {
|
|
1268
1108
|
/**
|
|
1269
1109
|
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -1647,57 +1487,17 @@ declare module 'stripe' {
|
|
|
1647
1487
|
}
|
|
1648
1488
|
}
|
|
1649
1489
|
|
|
1650
|
-
interface RiskControls {
|
|
1651
|
-
/**
|
|
1652
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1653
|
-
*/
|
|
1654
|
-
charges?: RiskControls.Charges;
|
|
1655
|
-
|
|
1656
|
-
/**
|
|
1657
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1658
|
-
*/
|
|
1659
|
-
payouts?: RiskControls.Payouts;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
namespace RiskControls {
|
|
1663
|
-
interface Charges {
|
|
1664
|
-
/**
|
|
1665
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
1666
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
1667
|
-
*/
|
|
1668
|
-
pause_requested?: boolean;
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
interface Payouts {
|
|
1672
|
-
/**
|
|
1673
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
1674
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
1675
|
-
*/
|
|
1676
|
-
pause_requested?: boolean;
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
1490
|
interface Settings {
|
|
1681
1491
|
/**
|
|
1682
1492
|
* Settings specific to Bacs Direct Debit.
|
|
1683
1493
|
*/
|
|
1684
1494
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
1685
1495
|
|
|
1686
|
-
/**
|
|
1687
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
1688
|
-
*/
|
|
1689
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1690
|
-
|
|
1691
1496
|
/**
|
|
1692
1497
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1693
1498
|
*/
|
|
1694
1499
|
branding?: Settings.Branding;
|
|
1695
1500
|
|
|
1696
|
-
/**
|
|
1697
|
-
* Settings specific to the account's use of the Capital product.
|
|
1698
|
-
*/
|
|
1699
|
-
capital?: Settings.Capital;
|
|
1700
|
-
|
|
1701
1501
|
/**
|
|
1702
1502
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1703
1503
|
*/
|
|
@@ -1708,6 +1508,11 @@ declare module 'stripe' {
|
|
|
1708
1508
|
*/
|
|
1709
1509
|
card_payments?: Settings.CardPayments;
|
|
1710
1510
|
|
|
1511
|
+
/**
|
|
1512
|
+
* Settings specific to the account's use of Invoices.
|
|
1513
|
+
*/
|
|
1514
|
+
invoices?: Settings.Invoices;
|
|
1515
|
+
|
|
1711
1516
|
/**
|
|
1712
1517
|
* Settings that apply across payment methods for charging on the account.
|
|
1713
1518
|
*/
|
|
@@ -1718,11 +1523,6 @@ declare module 'stripe' {
|
|
|
1718
1523
|
*/
|
|
1719
1524
|
payouts?: Settings.Payouts;
|
|
1720
1525
|
|
|
1721
|
-
/**
|
|
1722
|
-
* Settings specific to the account's tax forms.
|
|
1723
|
-
*/
|
|
1724
|
-
tax_forms?: Settings.TaxForms;
|
|
1725
|
-
|
|
1726
1526
|
/**
|
|
1727
1527
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1728
1528
|
*/
|
|
@@ -1737,18 +1537,6 @@ declare module 'stripe' {
|
|
|
1737
1537
|
display_name?: string;
|
|
1738
1538
|
}
|
|
1739
1539
|
|
|
1740
|
-
interface BankBcaOnboarding {
|
|
1741
|
-
/**
|
|
1742
|
-
* Bank BCA business account holder name
|
|
1743
|
-
*/
|
|
1744
|
-
account_holder_name?: string;
|
|
1745
|
-
|
|
1746
|
-
/**
|
|
1747
|
-
* Bank BCA business account number
|
|
1748
|
-
*/
|
|
1749
|
-
business_account_number?: string;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
1540
|
interface Branding {
|
|
1753
1541
|
/**
|
|
1754
1542
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -1771,22 +1559,6 @@ declare module 'stripe' {
|
|
|
1771
1559
|
secondary_color?: string;
|
|
1772
1560
|
}
|
|
1773
1561
|
|
|
1774
|
-
interface Capital {
|
|
1775
|
-
/**
|
|
1776
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
1777
|
-
*/
|
|
1778
|
-
payout_destination?: {
|
|
1779
|
-
[key: string]: string;
|
|
1780
|
-
};
|
|
1781
|
-
|
|
1782
|
-
/**
|
|
1783
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
1784
|
-
*/
|
|
1785
|
-
payout_destination_selector?: {
|
|
1786
|
-
[key: string]: Array<string>;
|
|
1787
|
-
};
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
1562
|
interface CardIssuing {
|
|
1791
1563
|
/**
|
|
1792
1564
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -1849,6 +1621,17 @@ declare module 'stripe' {
|
|
|
1849
1621
|
}
|
|
1850
1622
|
}
|
|
1851
1623
|
|
|
1624
|
+
interface Invoices {
|
|
1625
|
+
/**
|
|
1626
|
+
* Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
|
|
1627
|
+
*/
|
|
1628
|
+
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
namespace Invoices {
|
|
1632
|
+
type HostedPaymentMethodSave = 'always' | 'never' | 'offer';
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1852
1635
|
interface Payments {
|
|
1853
1636
|
/**
|
|
1854
1637
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
@@ -1920,13 +1703,6 @@ declare module 'stripe' {
|
|
|
1920
1703
|
}
|
|
1921
1704
|
}
|
|
1922
1705
|
|
|
1923
|
-
interface TaxForms {
|
|
1924
|
-
/**
|
|
1925
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
1926
|
-
*/
|
|
1927
|
-
consented_to_paperless_delivery?: boolean;
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
1706
|
interface Treasury {
|
|
1931
1707
|
/**
|
|
1932
1708
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2066,11 +1842,6 @@ declare module 'stripe' {
|
|
|
2066
1842
|
*/
|
|
2067
1843
|
metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
|
|
2068
1844
|
|
|
2069
|
-
/**
|
|
2070
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2071
|
-
*/
|
|
2072
|
-
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2073
|
-
|
|
2074
1845
|
/**
|
|
2075
1846
|
* Options for customizing how the account functions within Stripe.
|
|
2076
1847
|
*/
|
|
@@ -2246,11 +2017,6 @@ declare module 'stripe' {
|
|
|
2246
2017
|
*/
|
|
2247
2018
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
2248
2019
|
|
|
2249
|
-
/**
|
|
2250
|
-
* The automatic_indirect_tax capability.
|
|
2251
|
-
*/
|
|
2252
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
2253
|
-
|
|
2254
2020
|
/**
|
|
2255
2021
|
* The bacs_debit_payments capability.
|
|
2256
2022
|
*/
|
|
@@ -2266,6 +2032,11 @@ declare module 'stripe' {
|
|
|
2266
2032
|
*/
|
|
2267
2033
|
bank_transfer_payments?: Capabilities.BankTransferPayments;
|
|
2268
2034
|
|
|
2035
|
+
/**
|
|
2036
|
+
* The billie_payments capability.
|
|
2037
|
+
*/
|
|
2038
|
+
billie_payments?: Capabilities.BilliePayments;
|
|
2039
|
+
|
|
2269
2040
|
/**
|
|
2270
2041
|
* The blik_payments capability.
|
|
2271
2042
|
*/
|
|
@@ -2316,26 +2087,11 @@ declare module 'stripe' {
|
|
|
2316
2087
|
*/
|
|
2317
2088
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
2318
2089
|
|
|
2319
|
-
/**
|
|
2320
|
-
* The gopay_payments capability.
|
|
2321
|
-
*/
|
|
2322
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
2323
|
-
|
|
2324
2090
|
/**
|
|
2325
2091
|
* The grabpay_payments capability.
|
|
2326
2092
|
*/
|
|
2327
2093
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
2328
2094
|
|
|
2329
|
-
/**
|
|
2330
|
-
* The id_bank_transfer_payments capability.
|
|
2331
|
-
*/
|
|
2332
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
2333
|
-
|
|
2334
|
-
/**
|
|
2335
|
-
* The id_bank_transfer_payments_bca capability.
|
|
2336
|
-
*/
|
|
2337
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
2338
|
-
|
|
2339
2095
|
/**
|
|
2340
2096
|
* The ideal_payments capability.
|
|
2341
2097
|
*/
|
|
@@ -2386,11 +2142,6 @@ declare module 'stripe' {
|
|
|
2386
2142
|
*/
|
|
2387
2143
|
link_payments?: Capabilities.LinkPayments;
|
|
2388
2144
|
|
|
2389
|
-
/**
|
|
2390
|
-
* The mb_way_payments capability.
|
|
2391
|
-
*/
|
|
2392
|
-
mb_way_payments?: Capabilities.MbWayPayments;
|
|
2393
|
-
|
|
2394
2145
|
/**
|
|
2395
2146
|
* The mobilepay_payments capability.
|
|
2396
2147
|
*/
|
|
@@ -2411,6 +2162,11 @@ declare module 'stripe' {
|
|
|
2411
2162
|
*/
|
|
2412
2163
|
naver_pay_payments?: Capabilities.NaverPayPayments;
|
|
2413
2164
|
|
|
2165
|
+
/**
|
|
2166
|
+
* The nz_bank_account_becs_debit_payments capability.
|
|
2167
|
+
*/
|
|
2168
|
+
nz_bank_account_becs_debit_payments?: Capabilities.NzBankAccountBecsDebitPayments;
|
|
2169
|
+
|
|
2414
2170
|
/**
|
|
2415
2171
|
* The oxxo_payments capability.
|
|
2416
2172
|
*/
|
|
@@ -2436,31 +2192,11 @@ declare module 'stripe' {
|
|
|
2436
2192
|
*/
|
|
2437
2193
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
2438
2194
|
|
|
2439
|
-
/**
|
|
2440
|
-
* The paypal_payments capability.
|
|
2441
|
-
*/
|
|
2442
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
2443
|
-
|
|
2444
|
-
/**
|
|
2445
|
-
* The payto_payments capability.
|
|
2446
|
-
*/
|
|
2447
|
-
payto_payments?: Capabilities.PaytoPayments;
|
|
2448
|
-
|
|
2449
2195
|
/**
|
|
2450
2196
|
* The promptpay_payments capability.
|
|
2451
2197
|
*/
|
|
2452
2198
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
2453
2199
|
|
|
2454
|
-
/**
|
|
2455
|
-
* The qris_payments capability.
|
|
2456
|
-
*/
|
|
2457
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
2458
|
-
|
|
2459
|
-
/**
|
|
2460
|
-
* The rechnung_payments capability.
|
|
2461
|
-
*/
|
|
2462
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
2463
|
-
|
|
2464
2200
|
/**
|
|
2465
2201
|
* The revolut_pay_payments capability.
|
|
2466
2202
|
*/
|
|
@@ -2471,6 +2207,11 @@ declare module 'stripe' {
|
|
|
2471
2207
|
*/
|
|
2472
2208
|
samsung_pay_payments?: Capabilities.SamsungPayPayments;
|
|
2473
2209
|
|
|
2210
|
+
/**
|
|
2211
|
+
* The satispay_payments capability.
|
|
2212
|
+
*/
|
|
2213
|
+
satispay_payments?: Capabilities.SatispayPayments;
|
|
2214
|
+
|
|
2474
2215
|
/**
|
|
2475
2216
|
* The sepa_bank_transfer_payments capability.
|
|
2476
2217
|
*/
|
|
@@ -2481,11 +2222,6 @@ declare module 'stripe' {
|
|
|
2481
2222
|
*/
|
|
2482
2223
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
2483
2224
|
|
|
2484
|
-
/**
|
|
2485
|
-
* The shopeepay_payments capability.
|
|
2486
|
-
*/
|
|
2487
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
2488
|
-
|
|
2489
2225
|
/**
|
|
2490
2226
|
* The sofort_payments capability.
|
|
2491
2227
|
*/
|
|
@@ -2516,21 +2252,6 @@ declare module 'stripe' {
|
|
|
2516
2252
|
*/
|
|
2517
2253
|
treasury?: Capabilities.Treasury;
|
|
2518
2254
|
|
|
2519
|
-
/**
|
|
2520
|
-
* The treasury_evolve capability.
|
|
2521
|
-
*/
|
|
2522
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
2523
|
-
|
|
2524
|
-
/**
|
|
2525
|
-
* The treasury_fifth_third capability.
|
|
2526
|
-
*/
|
|
2527
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
2528
|
-
|
|
2529
|
-
/**
|
|
2530
|
-
* The treasury_goldman_sachs capability.
|
|
2531
|
-
*/
|
|
2532
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
2533
|
-
|
|
2534
2255
|
/**
|
|
2535
2256
|
* The twint_payments capability.
|
|
2536
2257
|
*/
|
|
@@ -2595,28 +2316,28 @@ declare module 'stripe' {
|
|
|
2595
2316
|
requested?: boolean;
|
|
2596
2317
|
}
|
|
2597
2318
|
|
|
2598
|
-
interface
|
|
2319
|
+
interface BacsDebitPayments {
|
|
2599
2320
|
/**
|
|
2600
2321
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2601
2322
|
*/
|
|
2602
2323
|
requested?: boolean;
|
|
2603
2324
|
}
|
|
2604
2325
|
|
|
2605
|
-
interface
|
|
2326
|
+
interface BancontactPayments {
|
|
2606
2327
|
/**
|
|
2607
2328
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2608
2329
|
*/
|
|
2609
2330
|
requested?: boolean;
|
|
2610
2331
|
}
|
|
2611
2332
|
|
|
2612
|
-
interface
|
|
2333
|
+
interface BankTransferPayments {
|
|
2613
2334
|
/**
|
|
2614
2335
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2615
2336
|
*/
|
|
2616
2337
|
requested?: boolean;
|
|
2617
2338
|
}
|
|
2618
2339
|
|
|
2619
|
-
interface
|
|
2340
|
+
interface BilliePayments {
|
|
2620
2341
|
/**
|
|
2621
2342
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2622
2343
|
*/
|
|
@@ -2693,13 +2414,6 @@ declare module 'stripe' {
|
|
|
2693
2414
|
requested?: boolean;
|
|
2694
2415
|
}
|
|
2695
2416
|
|
|
2696
|
-
interface GopayPayments {
|
|
2697
|
-
/**
|
|
2698
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2699
|
-
*/
|
|
2700
|
-
requested?: boolean;
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
2417
|
interface GrabpayPayments {
|
|
2704
2418
|
/**
|
|
2705
2419
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2707,20 +2421,6 @@ declare module 'stripe' {
|
|
|
2707
2421
|
requested?: boolean;
|
|
2708
2422
|
}
|
|
2709
2423
|
|
|
2710
|
-
interface IdBankTransferPayments {
|
|
2711
|
-
/**
|
|
2712
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2713
|
-
*/
|
|
2714
|
-
requested?: boolean;
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
interface IdBankTransferPaymentsBca {
|
|
2718
|
-
/**
|
|
2719
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2720
|
-
*/
|
|
2721
|
-
requested?: boolean;
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
2424
|
interface IdealPayments {
|
|
2725
2425
|
/**
|
|
2726
2426
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2791,35 +2491,35 @@ declare module 'stripe' {
|
|
|
2791
2491
|
requested?: boolean;
|
|
2792
2492
|
}
|
|
2793
2493
|
|
|
2794
|
-
interface
|
|
2494
|
+
interface MobilepayPayments {
|
|
2795
2495
|
/**
|
|
2796
2496
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2797
2497
|
*/
|
|
2798
2498
|
requested?: boolean;
|
|
2799
2499
|
}
|
|
2800
2500
|
|
|
2801
|
-
interface
|
|
2501
|
+
interface MultibancoPayments {
|
|
2802
2502
|
/**
|
|
2803
2503
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2804
2504
|
*/
|
|
2805
2505
|
requested?: boolean;
|
|
2806
2506
|
}
|
|
2807
2507
|
|
|
2808
|
-
interface
|
|
2508
|
+
interface MxBankTransferPayments {
|
|
2809
2509
|
/**
|
|
2810
2510
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2811
2511
|
*/
|
|
2812
2512
|
requested?: boolean;
|
|
2813
2513
|
}
|
|
2814
2514
|
|
|
2815
|
-
interface
|
|
2515
|
+
interface NaverPayPayments {
|
|
2816
2516
|
/**
|
|
2817
2517
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2818
2518
|
*/
|
|
2819
2519
|
requested?: boolean;
|
|
2820
2520
|
}
|
|
2821
2521
|
|
|
2822
|
-
interface
|
|
2522
|
+
interface NzBankAccountBecsDebitPayments {
|
|
2823
2523
|
/**
|
|
2824
2524
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2825
2525
|
*/
|
|
@@ -2861,20 +2561,6 @@ declare module 'stripe' {
|
|
|
2861
2561
|
requested?: boolean;
|
|
2862
2562
|
}
|
|
2863
2563
|
|
|
2864
|
-
interface PaypalPayments {
|
|
2865
|
-
/**
|
|
2866
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2867
|
-
*/
|
|
2868
|
-
requested?: boolean;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
interface PaytoPayments {
|
|
2872
|
-
/**
|
|
2873
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2874
|
-
*/
|
|
2875
|
-
requested?: boolean;
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
2564
|
interface PromptpayPayments {
|
|
2879
2565
|
/**
|
|
2880
2566
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2882,20 +2568,6 @@ declare module 'stripe' {
|
|
|
2882
2568
|
requested?: boolean;
|
|
2883
2569
|
}
|
|
2884
2570
|
|
|
2885
|
-
interface QrisPayments {
|
|
2886
|
-
/**
|
|
2887
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2888
|
-
*/
|
|
2889
|
-
requested?: boolean;
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
interface RechnungPayments {
|
|
2893
|
-
/**
|
|
2894
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2895
|
-
*/
|
|
2896
|
-
requested?: boolean;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
2571
|
interface RevolutPayPayments {
|
|
2900
2572
|
/**
|
|
2901
2573
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2910,21 +2582,21 @@ declare module 'stripe' {
|
|
|
2910
2582
|
requested?: boolean;
|
|
2911
2583
|
}
|
|
2912
2584
|
|
|
2913
|
-
interface
|
|
2585
|
+
interface SatispayPayments {
|
|
2914
2586
|
/**
|
|
2915
2587
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2916
2588
|
*/
|
|
2917
2589
|
requested?: boolean;
|
|
2918
2590
|
}
|
|
2919
2591
|
|
|
2920
|
-
interface
|
|
2592
|
+
interface SepaBankTransferPayments {
|
|
2921
2593
|
/**
|
|
2922
2594
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2923
2595
|
*/
|
|
2924
2596
|
requested?: boolean;
|
|
2925
2597
|
}
|
|
2926
2598
|
|
|
2927
|
-
interface
|
|
2599
|
+
interface SepaDebitPayments {
|
|
2928
2600
|
/**
|
|
2929
2601
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2930
2602
|
*/
|
|
@@ -2973,27 +2645,6 @@ declare module 'stripe' {
|
|
|
2973
2645
|
requested?: boolean;
|
|
2974
2646
|
}
|
|
2975
2647
|
|
|
2976
|
-
interface TreasuryEvolve {
|
|
2977
|
-
/**
|
|
2978
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2979
|
-
*/
|
|
2980
|
-
requested?: boolean;
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
interface TreasuryFifthThird {
|
|
2984
|
-
/**
|
|
2985
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2986
|
-
*/
|
|
2987
|
-
requested?: boolean;
|
|
2988
|
-
}
|
|
2989
|
-
|
|
2990
|
-
interface TreasuryGoldmanSachs {
|
|
2991
|
-
/**
|
|
2992
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2993
|
-
*/
|
|
2994
|
-
requested?: boolean;
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
2648
|
interface TwintPayments {
|
|
2998
2649
|
/**
|
|
2999
2650
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3132,6 +2783,9 @@ declare module 'stripe' {
|
|
|
3132
2783
|
*/
|
|
3133
2784
|
ownership_declaration?: Company.OwnershipDeclaration;
|
|
3134
2785
|
|
|
2786
|
+
/**
|
|
2787
|
+
* This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.
|
|
2788
|
+
*/
|
|
3135
2789
|
ownership_exemption_reason?: Stripe.Emptyable<
|
|
3136
2790
|
Company.OwnershipExemptionReason
|
|
3137
2791
|
>;
|
|
@@ -3568,57 +3222,17 @@ declare module 'stripe' {
|
|
|
3568
3222
|
}
|
|
3569
3223
|
}
|
|
3570
3224
|
|
|
3571
|
-
interface RiskControls {
|
|
3572
|
-
/**
|
|
3573
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3574
|
-
*/
|
|
3575
|
-
charges?: RiskControls.Charges;
|
|
3576
|
-
|
|
3577
|
-
/**
|
|
3578
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3579
|
-
*/
|
|
3580
|
-
payouts?: RiskControls.Payouts;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
namespace RiskControls {
|
|
3584
|
-
interface Charges {
|
|
3585
|
-
/**
|
|
3586
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3587
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3588
|
-
*/
|
|
3589
|
-
pause_requested?: boolean;
|
|
3590
|
-
}
|
|
3591
|
-
|
|
3592
|
-
interface Payouts {
|
|
3593
|
-
/**
|
|
3594
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3595
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3596
|
-
*/
|
|
3597
|
-
pause_requested?: boolean;
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
|
|
3601
3225
|
interface Settings {
|
|
3602
3226
|
/**
|
|
3603
3227
|
* Settings specific to Bacs Direct Debit payments.
|
|
3604
3228
|
*/
|
|
3605
3229
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
3606
3230
|
|
|
3607
|
-
/**
|
|
3608
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
3609
|
-
*/
|
|
3610
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3611
|
-
|
|
3612
3231
|
/**
|
|
3613
3232
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3614
3233
|
*/
|
|
3615
3234
|
branding?: Settings.Branding;
|
|
3616
3235
|
|
|
3617
|
-
/**
|
|
3618
|
-
* Settings specific to the account's use of the Capital product.
|
|
3619
|
-
*/
|
|
3620
|
-
capital?: Settings.Capital;
|
|
3621
|
-
|
|
3622
3236
|
/**
|
|
3623
3237
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3624
3238
|
*/
|
|
@@ -3644,11 +3258,6 @@ declare module 'stripe' {
|
|
|
3644
3258
|
*/
|
|
3645
3259
|
payouts?: Settings.Payouts;
|
|
3646
3260
|
|
|
3647
|
-
/**
|
|
3648
|
-
* Settings specific to the account's tax forms.
|
|
3649
|
-
*/
|
|
3650
|
-
tax_forms?: Settings.TaxForms;
|
|
3651
|
-
|
|
3652
3261
|
/**
|
|
3653
3262
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3654
3263
|
*/
|
|
@@ -3663,18 +3272,6 @@ declare module 'stripe' {
|
|
|
3663
3272
|
display_name?: string;
|
|
3664
3273
|
}
|
|
3665
3274
|
|
|
3666
|
-
interface BankBcaOnboarding {
|
|
3667
|
-
/**
|
|
3668
|
-
* Bank BCA business account holder name
|
|
3669
|
-
*/
|
|
3670
|
-
account_holder_name?: string;
|
|
3671
|
-
|
|
3672
|
-
/**
|
|
3673
|
-
* Bank BCA business account number
|
|
3674
|
-
*/
|
|
3675
|
-
business_account_number?: string;
|
|
3676
|
-
}
|
|
3677
|
-
|
|
3678
3275
|
interface Branding {
|
|
3679
3276
|
/**
|
|
3680
3277
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -3697,22 +3294,6 @@ declare module 'stripe' {
|
|
|
3697
3294
|
secondary_color?: string;
|
|
3698
3295
|
}
|
|
3699
3296
|
|
|
3700
|
-
interface Capital {
|
|
3701
|
-
/**
|
|
3702
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
3703
|
-
*/
|
|
3704
|
-
payout_destination?: {
|
|
3705
|
-
[key: string]: string;
|
|
3706
|
-
};
|
|
3707
|
-
|
|
3708
|
-
/**
|
|
3709
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3710
|
-
*/
|
|
3711
|
-
payout_destination_selector?: {
|
|
3712
|
-
[key: string]: Array<string>;
|
|
3713
|
-
};
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
3297
|
interface CardIssuing {
|
|
3717
3298
|
/**
|
|
3718
3299
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -3780,6 +3361,15 @@ declare module 'stripe' {
|
|
|
3780
3361
|
* The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.
|
|
3781
3362
|
*/
|
|
3782
3363
|
default_account_tax_ids?: Stripe.Emptyable<Array<string>>;
|
|
3364
|
+
|
|
3365
|
+
/**
|
|
3366
|
+
* Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
|
|
3367
|
+
*/
|
|
3368
|
+
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
namespace Invoices {
|
|
3372
|
+
type HostedPaymentMethodSave = 'always' | 'never' | 'offer';
|
|
3783
3373
|
}
|
|
3784
3374
|
|
|
3785
3375
|
interface Payments {
|
|
@@ -3853,13 +3443,6 @@ declare module 'stripe' {
|
|
|
3853
3443
|
}
|
|
3854
3444
|
}
|
|
3855
3445
|
|
|
3856
|
-
interface TaxForms {
|
|
3857
|
-
/**
|
|
3858
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3859
|
-
*/
|
|
3860
|
-
consented_to_paperless_delivery?: boolean;
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
3446
|
interface Treasury {
|
|
3864
3447
|
/**
|
|
3865
3448
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -3926,7 +3509,7 @@ declare module 'stripe' {
|
|
|
3926
3509
|
|
|
3927
3510
|
interface AccountCreateExternalAccountParams {
|
|
3928
3511
|
/**
|
|
3929
|
-
* Please refer to full [documentation](https://stripe.com/docs/api) instead.
|
|
3512
|
+
* A token, like the ones returned by [Stripe.js](https://stripe.com/docs/js) or a dictionary containing a user's external account details (with the options shown below). Please refer to full [documentation](https://stripe.com/docs/api/external_accounts) instead.
|
|
3930
3513
|
*/
|
|
3931
3514
|
external_account:
|
|
3932
3515
|
| string
|