#navin_payment-delayed
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/1384677201383002336
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
If there is a wordpress plugin that is free or cost effective, please let me know
@warped jasper are you a developer writing the code end to end? Or are you using an existing plugin or searching for one?
I am a developer that can write code. But ideally if there is an existing plugin that would be better as it’s less overhead in maintenance.
I'm happy to help explain the code. I know nothing about plugins sorry. So if you want to start there you'd want to look online
Ok please explain with code. That would be helpful
If I need to write my own plugin, I can do that
I don’t see anything online that fits my use case
So you want to collect someone's payment method details today and then charge them 3 days before their event right?
1 day after their event
But yes at some date . It could be an input or derived. For simplicity lets say it’s some input that I enter on a user interface for example
My inputs could be user email, or order number and event date. Or anything else you recommend
Okay so you want https://docs.stripe.com/payments/checkout/save-and-reuse and that allows you to collect payment method details upfront and then you can charge them what we call "off session" (without them doing anything afterwards) after their event
navin_payment-delayed
Does save and reuse come built in with WooCommerce?
same as earlier, I know nothing about plugins and you said you were fine building all of this yourself
if you have questions about the WooCommerce plugin, you need to ask their own support team who built it
Ok let’s assume it does that. How do I process the future payment
Can the stripe dashboard allow me to do that, or will I need to integrate with the api
yes the Dashboard does offer this. So do the API.
Ok, let’s assume I use the api. How do it with that .
Your help is really amazing by the way!
Thank you so much!!!