stripe 15.7.0 → 15.9.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 +16 -0
- package/VERSION +1 -1
- package/cjs/stripe.core.js +1 -1
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountSessions.d.ts +10 -0
- package/types/AccountSessionsResource.d.ts +10 -0
- package/types/Accounts.d.ts +5 -3
- package/types/AccountsResource.d.ts +2 -2
- package/types/BankAccounts.d.ts +4 -2
- package/types/Capabilities.d.ts +4 -2
- package/types/Charges.d.ts +1 -1
- package/types/Checkout/Sessions.d.ts +22 -0
- package/types/Checkout/SessionsResource.d.ts +16 -1
- package/types/ConfirmationTokens.d.ts +220 -0
- package/types/EventTypes.d.ts +68 -0
- package/types/Events.d.ts +4 -0
- package/types/InvoiceItemsResource.d.ts +4 -4
- package/types/Invoices.d.ts +1 -0
- package/types/InvoicesResource.d.ts +27 -27
- package/types/Issuing/Cards.d.ts +1 -1
- package/types/Issuing/PhysicalBundles.d.ts +1 -1
- package/types/PaymentIntents.d.ts +1 -0
- package/types/PaymentIntentsResource.d.ts +87 -81
- package/types/PaymentMethods.d.ts +220 -0
- package/types/Persons.d.ts +4 -2
- package/types/SetupAttempts.d.ts +1 -0
- package/types/SetupIntents.d.ts +1 -0
- package/types/SubscriptionItemsResource.d.ts +2 -2
- package/types/SubscriptionSchedulesResource.d.ts +4 -4
- package/types/SubscriptionsResource.d.ts +6 -6
- package/types/WebhookEndpointsResource.d.ts +8 -0
|
@@ -1091,11 +1091,11 @@ declare module 'stripe' {
|
|
|
1091
1091
|
|
|
1092
1092
|
interface Affirm {
|
|
1093
1093
|
/**
|
|
1094
|
-
* Controls when the funds
|
|
1094
|
+
* Controls when the funds are captured from the customer's account.
|
|
1095
1095
|
*
|
|
1096
|
-
* If provided, this parameter
|
|
1096
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1097
1097
|
*
|
|
1098
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1098
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1099
1099
|
*/
|
|
1100
1100
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1101
1101
|
|
|
@@ -1118,11 +1118,11 @@ declare module 'stripe' {
|
|
|
1118
1118
|
|
|
1119
1119
|
interface AfterpayClearpay {
|
|
1120
1120
|
/**
|
|
1121
|
-
* Controls when the funds
|
|
1121
|
+
* Controls when the funds are captured from the customer's account.
|
|
1122
1122
|
*
|
|
1123
|
-
* If provided, this parameter
|
|
1123
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1124
1124
|
*
|
|
1125
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1125
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1126
1126
|
*/
|
|
1127
1127
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1128
1128
|
|
|
@@ -1163,11 +1163,11 @@ declare module 'stripe' {
|
|
|
1163
1163
|
|
|
1164
1164
|
interface AmazonPay {
|
|
1165
1165
|
/**
|
|
1166
|
-
* Controls when the funds
|
|
1166
|
+
* Controls when the funds are captured from the customer's account.
|
|
1167
1167
|
*
|
|
1168
|
-
* If provided, this parameter
|
|
1168
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1169
1169
|
*
|
|
1170
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1170
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1171
1171
|
*/
|
|
1172
1172
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1173
1173
|
|
|
@@ -1285,11 +1285,11 @@ declare module 'stripe' {
|
|
|
1285
1285
|
|
|
1286
1286
|
interface Card {
|
|
1287
1287
|
/**
|
|
1288
|
-
* Controls when the funds
|
|
1288
|
+
* Controls when the funds are captured from the customer's account.
|
|
1289
1289
|
*
|
|
1290
|
-
* If provided, this parameter
|
|
1290
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1291
1291
|
*
|
|
1292
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1292
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1293
1293
|
*/
|
|
1294
1294
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1295
1295
|
|
|
@@ -1623,11 +1623,11 @@ declare module 'stripe' {
|
|
|
1623
1623
|
|
|
1624
1624
|
interface Cashapp {
|
|
1625
1625
|
/**
|
|
1626
|
-
* Controls when the funds
|
|
1626
|
+
* Controls when the funds are captured from the customer's account.
|
|
1627
1627
|
*
|
|
1628
|
-
* If provided, this parameter
|
|
1628
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1629
1629
|
*
|
|
1630
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1630
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1631
1631
|
*/
|
|
1632
1632
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1633
1633
|
|
|
@@ -1789,11 +1789,11 @@ declare module 'stripe' {
|
|
|
1789
1789
|
|
|
1790
1790
|
interface Klarna {
|
|
1791
1791
|
/**
|
|
1792
|
-
* Controls when the funds
|
|
1792
|
+
* Controls when the funds are captured from the customer's account.
|
|
1793
1793
|
*
|
|
1794
|
-
* If provided, this parameter
|
|
1794
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1795
1795
|
*
|
|
1796
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1796
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1797
1797
|
*/
|
|
1798
1798
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1799
1799
|
|
|
@@ -1842,6 +1842,7 @@ declare module 'stripe' {
|
|
|
1842
1842
|
| 'en-NZ'
|
|
1843
1843
|
| 'en-PL'
|
|
1844
1844
|
| 'en-PT'
|
|
1845
|
+
| 'en-RO'
|
|
1845
1846
|
| 'en-SE'
|
|
1846
1847
|
| 'en-US'
|
|
1847
1848
|
| 'es-ES'
|
|
@@ -1858,6 +1859,7 @@ declare module 'stripe' {
|
|
|
1858
1859
|
| 'nl-NL'
|
|
1859
1860
|
| 'pl-PL'
|
|
1860
1861
|
| 'pt-PT'
|
|
1862
|
+
| 'ro-RO'
|
|
1861
1863
|
| 'sv-FI'
|
|
1862
1864
|
| 'sv-SE';
|
|
1863
1865
|
}
|
|
@@ -1897,11 +1899,11 @@ declare module 'stripe' {
|
|
|
1897
1899
|
|
|
1898
1900
|
interface Link {
|
|
1899
1901
|
/**
|
|
1900
|
-
* Controls when the funds
|
|
1902
|
+
* Controls when the funds are captured from the customer's account.
|
|
1901
1903
|
*
|
|
1902
|
-
* If provided, this parameter
|
|
1904
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1903
1905
|
*
|
|
1904
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1906
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1905
1907
|
*/
|
|
1906
1908
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1907
1909
|
|
|
@@ -1929,11 +1931,11 @@ declare module 'stripe' {
|
|
|
1929
1931
|
|
|
1930
1932
|
interface Mobilepay {
|
|
1931
1933
|
/**
|
|
1932
|
-
* Controls when the funds
|
|
1934
|
+
* Controls when the funds are captured from the customer's account.
|
|
1933
1935
|
*
|
|
1934
|
-
* If provided, this parameter
|
|
1936
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
1935
1937
|
*
|
|
1936
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
1938
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
1937
1939
|
*/
|
|
1938
1940
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
1939
1941
|
|
|
@@ -2096,11 +2098,11 @@ declare module 'stripe' {
|
|
|
2096
2098
|
|
|
2097
2099
|
interface RevolutPay {
|
|
2098
2100
|
/**
|
|
2099
|
-
* Controls when the funds
|
|
2101
|
+
* Controls when the funds are captured from the customer's account.
|
|
2100
2102
|
*
|
|
2101
|
-
* If provided, this parameter
|
|
2103
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
2102
2104
|
*
|
|
2103
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
2105
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
2104
2106
|
*/
|
|
2105
2107
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
2106
2108
|
|
|
@@ -3352,11 +3354,11 @@ declare module 'stripe' {
|
|
|
3352
3354
|
|
|
3353
3355
|
interface Affirm {
|
|
3354
3356
|
/**
|
|
3355
|
-
* Controls when the funds
|
|
3357
|
+
* Controls when the funds are captured from the customer's account.
|
|
3356
3358
|
*
|
|
3357
|
-
* If provided, this parameter
|
|
3359
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
3358
3360
|
*
|
|
3359
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
3361
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
3360
3362
|
*/
|
|
3361
3363
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
3362
3364
|
|
|
@@ -3379,11 +3381,11 @@ declare module 'stripe' {
|
|
|
3379
3381
|
|
|
3380
3382
|
interface AfterpayClearpay {
|
|
3381
3383
|
/**
|
|
3382
|
-
* Controls when the funds
|
|
3384
|
+
* Controls when the funds are captured from the customer's account.
|
|
3383
3385
|
*
|
|
3384
|
-
* If provided, this parameter
|
|
3386
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
3385
3387
|
*
|
|
3386
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
3388
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
3387
3389
|
*/
|
|
3388
3390
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
3389
3391
|
|
|
@@ -3424,11 +3426,11 @@ declare module 'stripe' {
|
|
|
3424
3426
|
|
|
3425
3427
|
interface AmazonPay {
|
|
3426
3428
|
/**
|
|
3427
|
-
* Controls when the funds
|
|
3429
|
+
* Controls when the funds are captured from the customer's account.
|
|
3428
3430
|
*
|
|
3429
|
-
* If provided, this parameter
|
|
3431
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
3430
3432
|
*
|
|
3431
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
3433
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
3432
3434
|
*/
|
|
3433
3435
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
3434
3436
|
|
|
@@ -3546,11 +3548,11 @@ declare module 'stripe' {
|
|
|
3546
3548
|
|
|
3547
3549
|
interface Card {
|
|
3548
3550
|
/**
|
|
3549
|
-
* Controls when the funds
|
|
3551
|
+
* Controls when the funds are captured from the customer's account.
|
|
3550
3552
|
*
|
|
3551
|
-
* If provided, this parameter
|
|
3553
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
3552
3554
|
*
|
|
3553
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
3555
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
3554
3556
|
*/
|
|
3555
3557
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
3556
3558
|
|
|
@@ -3884,11 +3886,11 @@ declare module 'stripe' {
|
|
|
3884
3886
|
|
|
3885
3887
|
interface Cashapp {
|
|
3886
3888
|
/**
|
|
3887
|
-
* Controls when the funds
|
|
3889
|
+
* Controls when the funds are captured from the customer's account.
|
|
3888
3890
|
*
|
|
3889
|
-
* If provided, this parameter
|
|
3891
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
3890
3892
|
*
|
|
3891
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
3893
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
3892
3894
|
*/
|
|
3893
3895
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
3894
3896
|
|
|
@@ -4050,11 +4052,11 @@ declare module 'stripe' {
|
|
|
4050
4052
|
|
|
4051
4053
|
interface Klarna {
|
|
4052
4054
|
/**
|
|
4053
|
-
* Controls when the funds
|
|
4055
|
+
* Controls when the funds are captured from the customer's account.
|
|
4054
4056
|
*
|
|
4055
|
-
* If provided, this parameter
|
|
4057
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
4056
4058
|
*
|
|
4057
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
4059
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
4058
4060
|
*/
|
|
4059
4061
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
4060
4062
|
|
|
@@ -4103,6 +4105,7 @@ declare module 'stripe' {
|
|
|
4103
4105
|
| 'en-NZ'
|
|
4104
4106
|
| 'en-PL'
|
|
4105
4107
|
| 'en-PT'
|
|
4108
|
+
| 'en-RO'
|
|
4106
4109
|
| 'en-SE'
|
|
4107
4110
|
| 'en-US'
|
|
4108
4111
|
| 'es-ES'
|
|
@@ -4119,6 +4122,7 @@ declare module 'stripe' {
|
|
|
4119
4122
|
| 'nl-NL'
|
|
4120
4123
|
| 'pl-PL'
|
|
4121
4124
|
| 'pt-PT'
|
|
4125
|
+
| 'ro-RO'
|
|
4122
4126
|
| 'sv-FI'
|
|
4123
4127
|
| 'sv-SE';
|
|
4124
4128
|
}
|
|
@@ -4158,11 +4162,11 @@ declare module 'stripe' {
|
|
|
4158
4162
|
|
|
4159
4163
|
interface Link {
|
|
4160
4164
|
/**
|
|
4161
|
-
* Controls when the funds
|
|
4165
|
+
* Controls when the funds are captured from the customer's account.
|
|
4162
4166
|
*
|
|
4163
|
-
* If provided, this parameter
|
|
4167
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
4164
4168
|
*
|
|
4165
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
4169
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
4166
4170
|
*/
|
|
4167
4171
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
4168
4172
|
|
|
@@ -4190,11 +4194,11 @@ declare module 'stripe' {
|
|
|
4190
4194
|
|
|
4191
4195
|
interface Mobilepay {
|
|
4192
4196
|
/**
|
|
4193
|
-
* Controls when the funds
|
|
4197
|
+
* Controls when the funds are captured from the customer's account.
|
|
4194
4198
|
*
|
|
4195
|
-
* If provided, this parameter
|
|
4199
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
4196
4200
|
*
|
|
4197
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
4201
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
4198
4202
|
*/
|
|
4199
4203
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
4200
4204
|
|
|
@@ -4357,11 +4361,11 @@ declare module 'stripe' {
|
|
|
4357
4361
|
|
|
4358
4362
|
interface RevolutPay {
|
|
4359
4363
|
/**
|
|
4360
|
-
* Controls when the funds
|
|
4364
|
+
* Controls when the funds are captured from the customer's account.
|
|
4361
4365
|
*
|
|
4362
|
-
* If provided, this parameter
|
|
4366
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
4363
4367
|
*
|
|
4364
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
4368
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
4365
4369
|
*/
|
|
4366
4370
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
4367
4371
|
|
|
@@ -5763,11 +5767,11 @@ declare module 'stripe' {
|
|
|
5763
5767
|
|
|
5764
5768
|
interface Affirm {
|
|
5765
5769
|
/**
|
|
5766
|
-
* Controls when the funds
|
|
5770
|
+
* Controls when the funds are captured from the customer's account.
|
|
5767
5771
|
*
|
|
5768
|
-
* If provided, this parameter
|
|
5772
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
5769
5773
|
*
|
|
5770
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
5774
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
5771
5775
|
*/
|
|
5772
5776
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
5773
5777
|
|
|
@@ -5790,11 +5794,11 @@ declare module 'stripe' {
|
|
|
5790
5794
|
|
|
5791
5795
|
interface AfterpayClearpay {
|
|
5792
5796
|
/**
|
|
5793
|
-
* Controls when the funds
|
|
5797
|
+
* Controls when the funds are captured from the customer's account.
|
|
5794
5798
|
*
|
|
5795
|
-
* If provided, this parameter
|
|
5799
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
5796
5800
|
*
|
|
5797
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
5801
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
5798
5802
|
*/
|
|
5799
5803
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
5800
5804
|
|
|
@@ -5835,11 +5839,11 @@ declare module 'stripe' {
|
|
|
5835
5839
|
|
|
5836
5840
|
interface AmazonPay {
|
|
5837
5841
|
/**
|
|
5838
|
-
* Controls when the funds
|
|
5842
|
+
* Controls when the funds are captured from the customer's account.
|
|
5839
5843
|
*
|
|
5840
|
-
* If provided, this parameter
|
|
5844
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
5841
5845
|
*
|
|
5842
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
5846
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
5843
5847
|
*/
|
|
5844
5848
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
5845
5849
|
|
|
@@ -5957,11 +5961,11 @@ declare module 'stripe' {
|
|
|
5957
5961
|
|
|
5958
5962
|
interface Card {
|
|
5959
5963
|
/**
|
|
5960
|
-
* Controls when the funds
|
|
5964
|
+
* Controls when the funds are captured from the customer's account.
|
|
5961
5965
|
*
|
|
5962
|
-
* If provided, this parameter
|
|
5966
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
5963
5967
|
*
|
|
5964
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
5968
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
5965
5969
|
*/
|
|
5966
5970
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
5967
5971
|
|
|
@@ -6295,11 +6299,11 @@ declare module 'stripe' {
|
|
|
6295
6299
|
|
|
6296
6300
|
interface Cashapp {
|
|
6297
6301
|
/**
|
|
6298
|
-
* Controls when the funds
|
|
6302
|
+
* Controls when the funds are captured from the customer's account.
|
|
6299
6303
|
*
|
|
6300
|
-
* If provided, this parameter
|
|
6304
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
6301
6305
|
*
|
|
6302
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
6306
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
6303
6307
|
*/
|
|
6304
6308
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
6305
6309
|
|
|
@@ -6461,11 +6465,11 @@ declare module 'stripe' {
|
|
|
6461
6465
|
|
|
6462
6466
|
interface Klarna {
|
|
6463
6467
|
/**
|
|
6464
|
-
* Controls when the funds
|
|
6468
|
+
* Controls when the funds are captured from the customer's account.
|
|
6465
6469
|
*
|
|
6466
|
-
* If provided, this parameter
|
|
6470
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
6467
6471
|
*
|
|
6468
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
6472
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
6469
6473
|
*/
|
|
6470
6474
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
6471
6475
|
|
|
@@ -6514,6 +6518,7 @@ declare module 'stripe' {
|
|
|
6514
6518
|
| 'en-NZ'
|
|
6515
6519
|
| 'en-PL'
|
|
6516
6520
|
| 'en-PT'
|
|
6521
|
+
| 'en-RO'
|
|
6517
6522
|
| 'en-SE'
|
|
6518
6523
|
| 'en-US'
|
|
6519
6524
|
| 'es-ES'
|
|
@@ -6530,6 +6535,7 @@ declare module 'stripe' {
|
|
|
6530
6535
|
| 'nl-NL'
|
|
6531
6536
|
| 'pl-PL'
|
|
6532
6537
|
| 'pt-PT'
|
|
6538
|
+
| 'ro-RO'
|
|
6533
6539
|
| 'sv-FI'
|
|
6534
6540
|
| 'sv-SE';
|
|
6535
6541
|
}
|
|
@@ -6569,11 +6575,11 @@ declare module 'stripe' {
|
|
|
6569
6575
|
|
|
6570
6576
|
interface Link {
|
|
6571
6577
|
/**
|
|
6572
|
-
* Controls when the funds
|
|
6578
|
+
* Controls when the funds are captured from the customer's account.
|
|
6573
6579
|
*
|
|
6574
|
-
* If provided, this parameter
|
|
6580
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
6575
6581
|
*
|
|
6576
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
6582
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
6577
6583
|
*/
|
|
6578
6584
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
6579
6585
|
|
|
@@ -6601,11 +6607,11 @@ declare module 'stripe' {
|
|
|
6601
6607
|
|
|
6602
6608
|
interface Mobilepay {
|
|
6603
6609
|
/**
|
|
6604
|
-
* Controls when the funds
|
|
6610
|
+
* Controls when the funds are captured from the customer's account.
|
|
6605
6611
|
*
|
|
6606
|
-
* If provided, this parameter
|
|
6612
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
6607
6613
|
*
|
|
6608
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
6614
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
6609
6615
|
*/
|
|
6610
6616
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
6611
6617
|
|
|
@@ -6768,11 +6774,11 @@ declare module 'stripe' {
|
|
|
6768
6774
|
|
|
6769
6775
|
interface RevolutPay {
|
|
6770
6776
|
/**
|
|
6771
|
-
* Controls when the funds
|
|
6777
|
+
* Controls when the funds are captured from the customer's account.
|
|
6772
6778
|
*
|
|
6773
|
-
* If provided, this parameter
|
|
6779
|
+
* If provided, this parameter overrides the behavior of the top-level [capture_method](https://stripe.com/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
|
6774
6780
|
*
|
|
6775
|
-
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter
|
|
6781
|
+
* If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
|
6776
6782
|
*/
|
|
6777
6783
|
capture_method?: Stripe.Emptyable<'manual'>;
|
|
6778
6784
|
|