#zlf_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313324250966523965
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- zlf_api, 17 hours ago, 35 messages
hello! the payment method will need to be collected before Stripe can renew the subscription. You can read more about how Stripe handles trials without a payment method here :
We understand that the normal way to create a trial subscription is to pay for renewal by sending an invoice via email, but we do not want to do so and would like to make payment or confirm payment in our app
Through chatGPT, it was learned that trial subscriptions can be created using the following two APIs,
Setup Intent API Subscriptions API
Through chatGPT, it was learned that trial subscriptions can be created using the following two APIs,
Setup Intent API Subscriptions API
That's not quite correct
We understand that the normal way to create a trial subscription is to pay for renewal by sending an invoice via email, but we do not want to do so and would like to make payment or confirm payment in our app
Sending an invoice via email is one way to get the customer to make payment, but that's not what our guide mentions.
In the guide, it mentions that you can configure reminder emails to collect customer’s payment details in your free trial messaging settings.
In the settings, the specific toggle says "Send a reminder email 7 days before a free trial ends" and there's the option to
- Link to a Stripe hosted page, or
- Use your own custom link
I want to set up a membership trial activity in our app. After the membership trial ends, it will automatically renew. I need the user to bind their payment account in the app when subscribing to the trial activity, and the next time it will be automatically deducted without the need for email confirmation. What should I do
So you're saying you want to require a payment method for a trial subscription?
Are you using Checkout Sessions to allow the customers to subscribe?
I'm a bit confused, how do I feel that Checkout and Setup Intent can meet my needs
Can you send me the documents related to Checkout?
I only found this.https://docs.stripe.com/payments/checkout/how-checkout-works
you can specify that Checkout Sessions should always collect a payment method even for a trial : https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_collection - use always
I see that the screenshot in the documentation is of a browser page. Can Checkout be used in a mobile app as well?
ah, if you want to use mobile app, then Checkout Sessions isn't really what you would use. You would use SetupIntents to collect the PaymentMethod upfront : https://docs.stripe.com/payments/save-and-reuse, then set it as the default_payment_method when creating the subscription server side with a trial.
Hi Developers, I have a question
We are working to collect payments from our customers using Stripe Payment Links. A Stripe customer record already exists on our account, and we’re generating the payment link using their POST API. While we successfully generated the link and shared it with the customer, the transaction resulted in the creation of a guest customer on Stripe.
Is there a way to associate the payment and payment method from the guest customer to the existing Stripe customer? If this is not possible, what would be the recommended approach to ensure proper customer association? Additionally, we require the payment link to remain valid for at least 8 days.
Let us know how we can achieve this!
@storm hull looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
Thanks for letting me know. I am new to discord as well so don't have much idea. Thanks for the guidance.