#K.Danz-subscription-trial
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.
- K.Danz, 3 hours ago, 36 messages
Yeah that's expected
Payment intents aren't created until the trial ends
Since it's a free trial
Hi, i'm trying to implement Payment Elements and here it shows payment_intent should be returned. https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements I need a clientsecret to implement payment elements.
Well if you do a trial then you need to use the pending_setup_intent's client secret instead
Trials are free
So no payment intent is created
Use this instead: https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That setupintent will have a client secret
You can use it to collect payment
ok thanks