#_greggles_
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.
- greggles-subscription-cancel, 6 days ago, 41 messages
Hi, when you enable automatic_payment_methods, Stripe shows all compatible payment methods for that currency and etc. for subscriptions only in this case.
Oh brilliant, thank you. I'm also a bit confused about using the payment element. In order to use it previously, we set up a paymentIntent first which returns the client secret. Is it possible to associate a subscription product with the paymentIntent?
In the documentation, paymntIntents are associated with a monetary amount, rather than a product/price ID.
Yeah, we have two different kinds of flow here now. The first one, https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements you'll create the PaymentIntent first and fetch the client secret to collect the payment details. Or, you can collect the payment details, then create the PaymentIntent, https://stripe.com/docs/payments/accept-a-payment-deferred. With Subscriptions, Product/ Prices are required: https://stripe.com/docs/billing/subscriptions/overview#succeeded