#tree_subscription-checkout
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/1275490323849674762
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
ur vue documentation is outdated
ur backend api i dont understand properly specially subscription one
also the problem was how u prefill email and other thing ?
๐ I'm happy to help but there are many ways to integrate our products and APIs. Can you please first give some details about what you are trying to do, which exact documentation page you are following and what UI element you are using?
Try to take a step back and provide clear details all in one clear message instead of extremely short sentences back to back with no details
how does it next time charge someone do i need to manually set month in my backend?
actually i have some doubt as well as no 1 question i will explain it in 1 line
I'm sorry but you opened the thread asking about Vue and prefilling email and now you're jumping to Subscription with no context.
I am happy to help you but you need to ask clear questions in a clear message. It's fine to have multiple questions, just take them one at a time but don't send multiple short sequential sentences that are more "stream of thoughts". Think about your question, ask it clearly in one message and then I can help you understand how it works. Once that's solved we can move to the next question!
ah sorry
ur subscription how does it charge someone is it automaticaly do in ur system ? or do we need to manually call api everymonth
and how does we can pre fill card and other detail before directing to url session
ur subscription how does it charge someone is it automaticaly do in ur system
that's the main goal of that product: to charge someone's card automatically on a set schedule such as $10/month or $100/year. We document this here: https://docs.stripe.com/billing/subscriptions/overview
So once you create a Customer and a Subscription and accept the first payment, we then know to charge them each month/year/whatever until you cancel the payment.
or do we need to manually call api everymonth
no you don't need to do anything, it's automatic, it's the goal of that product
and how does we can pre fill card and other detail before directing to url session
that doesn't really make sense to prefill card details. You're not suposed to have card details. You use our Checkout product https://stripe.com/docs/payments/checkout to have the end customer enter their card details and pay the first Invoice and then it starts a Subscription that will charge them automatically each month
tree_subscription-checkout
if they can able to use detail before redirecting to stripe payment
how these people do this
I'm sorry I don't know what that screenshot refers too. I don't know what rdd is or why they would add a card on your system when you're using Checkout which is explicitly here to collect card details for you
And sorry that second picture doesn't make sense to me without any context. We don't have a Vue library so you're likely using a third-party library
so we cant fill anything from our website to stripe forum page?
You can pre-fill the email, that's it. You can't pre-fill card details, that doesn't make sense. If you already have card details you likely don't need to use Checkout.
ah i got it just notice thnx alot great help >.</
Any other question I can answer?