#yurypashkov_30886
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- yurypashkov_30886, 10 minutes ago, 6 messages
Hi there!
How are you accepting payments? Checkout Session, Payment Element, something else?
Stripe Android SDK
So goal is to use trial subscriptions using Google Pay via stripe SDK in Android
Are you using the PaymentSheet to collect payments?
I'am using GooglePayLauncher
In this case:
- Create the Subscription with a free trial
- Check the
pending_setup_intentproperty https://stripe.com/docs/api/subscriptions/object?lang=node#subscription_object-pending_setup_intent - And use GooglePayLauncher to confirm the SetupIntent
Will it be different if switch to PaymentSheet?
It's the same flow, but the PaymentSheet will give you access to a lot more payment methods.