You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If this is a `sepa_debit` PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.
2060
2065
*/
@@ -3705,6 +3710,17 @@ declare module 'stripe' {
3705
3710
capture_method?: Stripe.Emptyable<'manual'>;
3706
3711
}
3707
3712
3713
+
interface Satispay {
3714
+
/**
3715
+
* Controls when the funds are captured from the customer's account.
3716
+
*
3717
+
* 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.
3718
+
*
3719
+
* 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.
* If this is a `sepa_debit` PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.
6059
6080
*/
@@ -7704,6 +7725,17 @@ declare module 'stripe' {
7704
7725
capture_method?: Stripe.Emptyable<'manual'>;
7705
7726
}
7706
7727
7728
+
interface Satispay {
7729
+
/**
7730
+
* Controls when the funds are captured from the customer's account.
7731
+
*
7732
+
* 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.
7733
+
*
7734
+
* 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.
* Controls when the funds are captured from the customer's account.
12508
+
*
12509
+
* 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.
12510
+
*
12511
+
* 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.
0 commit comments