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 `paynow` PaymentMethod, this sub-hash contains details about the PayNow payment method options.
@@ -5282,6 +5289,7 @@ type PaymentIntentPaymentMethodOptionsP24 struct {
5282
5289
// When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
// The account's preference for whether or not to display this payment method.
1315
+
Preference*string`form:"preference"`
1316
+
}
1317
+
1318
+
// Pay by bank is a redirect payment method backed by bank transfers. A customer is redirected to their bank to authorize a bank transfer for a given amount. This removes a lot of the error risks inherent in waiting for the customer to initiate a transfer themselves, and is less expensive than card payments.
// Configuration's parent configuration. Specify to create a child configuration.
1537
1568
Parent*string`form:"parent"`
1569
+
// Pay by bank is a redirect payment method backed by bank transfers. A customer is redirected to their bank to authorize a bank transfer for a given amount. This removes a lot of the error risks inherent in waiting for the customer to initiate a transfer themselves, and is less expensive than card payments.
// PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://stripe.com/docs/payments/paynow) for more details.
// PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/docs/payments/paypal) for more details.
@@ -1986,6 +2019,19 @@ type PaymentMethodConfigurationP24 struct {
0 commit comments