#.abishek

1 messages · Page 1 of 1 (latest)

weary crowBOT
harsh viper
#

yup!

weary crowBOT
still verge
#

does express checkout work with subscriptions?

subtle hamlet
#

Yes, take the PaymentIntent inside the first Invoice of the Subscription and follow the flow normally as if you are working with a PaymentIntent

still verge
#

how does paypal work with Express Checkout? Any additional configuration is required?

#

is it possible to express checkout multiple lineitems? specially with Paypal?

subtle hamlet
still verge
#

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

subtle hamlet
#

You could reach out to Support to clarify

still verge
#

ah ok

#

So the country availability is the Stripe Account Country

subtle hamlet
#

Yep

still verge
#

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?

subtle hamlet
#

is it ok if the stripe elements are set to mode: 'payment' instead of card
Could you elaborate a bit more here. How exactly does your code look like?

#

and no epxress checkout needs https to work