#.abishek
1 messages · Page 1 of 1 (latest)
yup!
does express checkout work with subscriptions?
Yes, take the PaymentIntent inside the first Invoice of the Subscription and follow the flow normally as if you are working with a PaymentIntent
how does paypal work with Express Checkout? Any additional configuration is required?
is it possible to express checkout multiple lineitems? specially with Paypal?
i went through this and was going through this. What I was trying to understand is that when a user submits the payment, does this come to the Stripe account directly? or do we need to configure a paypal account on the Stripe settings?
couldn't find a way to setup paypal on the payment methods. My account is in the US
Ah probably Paypal is only available to Europe https://stripe.com/docs/payments/paypal (Country availability tab)
You could reach out to Support to clarify
Yep
ok, I was talking to karbi yesterday about an scenario I have with subscriptions + trial + capture payment info.
Karbi suggested that I use the pending_setup_intent of the subscription and set payment_settings.save_default_payment_method to on_subscription to automatically attach the payment info to the subscription.
i forgot to ask him one other thing. I am capturing the payment info using web elements, is it ok if the stripe elements are set to mode: 'payment' instead of card for the above scenario?
and is there a way to test express checkout locally?