#mahima-thacker_docs

1 messages ¡ Page 1 of 1 (latest)

prime totemBOT
#

👋 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/1295618478149079070

📝 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.

uncut glacier
#

I don't quite understand what you want to achieve, can you rephrase your question?

upper nexus
#

Sure, I have created a subscription in dashboard, but currently I am getting static data on my web app, I have attached the images of it, but I want to make it work dynamically.

uncut glacier
#

I still don't understand the static and dynamic part

upper nexus
#

Sorry about that, How subscription works for each one? As you can see, currently it is just adding static email ID in the checkout page

uncut glacier
#

To clarify, so you want your customer to edit the email address on checkout page?

upper nexus
#

I am new to stripe and payment integration, but to keep record of each individual should't customer can add their email address?

uncut glacier
#

If you pass in a customer or cusotmer_email, Stripe checkout page will pre-fill email address accordingly, and the email address isn't editable

upper nexus
#

Okay so how can I make it dynamic?

uncut glacier
#

Don't specify customer or cusotmer_email, so that your customer can edit it

upper nexus
#

All right, got it