#theperfectemptiness_best-practices

1 messages ¡ Page 1 of 1 (latest)

wicked nebulaBOT
#

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

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

jagged totem
#

hi there!

#

you can create a Subscription that charge end users every day, or every other day, or every week. but you cannot select specific weekdays.

red cradle
#

Ok, is there any other way to achieve this? Because this use case is very common and important in my app.

jagged totem
#

you could create one time payment with Stripe, and handle the recurring logic on your end. but that's going to be a lot of work.

red cradle
#

Is it like storing the payment information in the stripe, creating an invoice, and trying to charge for the recurring?

jagged totem
#

exactly

red cradle
#

Well yes, it will be a lot of work but if there isn't any other way. I'm going to try it. Thank you very much for your help!