#chris-carmona_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/1286760189571366994
๐ 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.
- chris-carmona_api, 22 hours ago, 31 messages
Hello! For installment payments with a Subscription we recommend using Subscription Schedules: https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#installment-plans
ok that looks good. i dont know how to code tho
i read through the page you sent me and it makes sense i just dont know what values to enter to make sure it works lol
Ah, if you don't know how to code we don't have a good solution for you that doesn't require a lot of manual work for each Subscription.
im sure i could figure it out but how do i even access that code so i can edit it?
You can create a Payment Link in the Dashboard that will start a Subscription, but it won't end unless you go in and edit it manually after it's been created.
If you're not a developer it's not really feasible to take that approach; the code in question would be running on your server.
hmmm so it wouldnt be like editing a payment links code or anything liek that?
No. That approach doesn't use Payment Links or Checkout at all.
๐
It's only for experienced developers. This server is focused on developer support, so we tend to offer developer-focused solutions here.
The other option is to look into offering buy now, pay later options with Payment Links: https://docs.stripe.com/payments/buy-now-pay-later
gotcha, my apologies. is there anywhere else i should ask to maybe get a non-developer solution for this... or is this pretty much a coding-only problem
yea we have klarna and stuff at checkout
Ah, okay, but that's not sufficient for your use case?
honestly it probably is... i just wanted to offer an option with like no interest
Gotcha. Yeah, you'd need to write code, have a server, etc. to do that.