#jussch_best-practices

1 messages ¡ Page 1 of 1 (latest)

split nexusBOT
#

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

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fluid orioleBOT
#

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.

dusty saffron
#

To clarfiy your use case, you are looking to schedule one time payments? Not regularly recurring payments like a subscription?

split nexusBOT
flint tulip
#

Sorry if i was unclear. I have a one time payment after the rental is finished. I use capture_mode='manual' so i can authorize an estimated amount of what the rent will cost (based on the hourly rate) and each our i am trying to perform a task that checks wether i need to increase the authorized amount.

dusty saffron
#

We don't have anything to schedule something like that as far as I am aware. I think you would need to do a chron job on your side to check if the auth needs to be incremeneted and increment it if so

flint tulip
#

But as i have seen cron jobs are preconfigured and in the cron job i would have to look for every payment intent (if it needs to be incremented). Is there a way to create a cron job per payment intent? More of a general question but i can not go on with implementing the stripe part if i don't get this right....

torn falcon
#

You could do that, yes

flint tulip
#

Would you mind sharing the basic idea of how to? I haven't found anything that lets me create a cron job manually via a REST API or something.

#

I don't expect a solution just some services i could do this with, been stuck on this...

torn falcon
#

No. We only handle Stripe product integrations. Cron jobs are a staple of software development that you would need to learn on your own

flint tulip
#

hmm okay, thank you for helping!