#dubfh1n_docs
1 messages ¡ Page 1 of 1 (latest)
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.
- dubfh1n_docs, 2 days ago, 13 messages
đ 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/1243659303467089940
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, which intergration guide are you following?
It more sounds like you're looking for a Subscription set up, If so, we do have a Subscription Integration, https://docs.stripe.com/billing/subscriptions/build-subscriptions. However, if you're trying to handle the Subscription logic on your end the possible values for that parameter the data type expected is a string. We share some examples here: https://docs.stripe.com/payments/acss-debit#payment-schedule and yes, you can specify the first if every month.
I am looking at that. I'm asking if it can be set for fixed number of months? The api says it supports a set of dates, but what format is that iin?
is there a comprehensive list of available values?
I do not think there is a list like you described. What have you tried in test mode?
I see that we have a specific example here, https://docs.stripe.com/payments/acss-debit/accept-a-payment?platform=web&payment-ui=direct-api#web-create-payment-intent. Can you try this?
I haven't tried anything yet, I was trying to find something that would fit my exact usecase
yes that it was I linked earlier
I see there are some examples
I want like the first of every month, but for 5 months as an example
I reccomend that you test this on your end and you could pass 'First day of every month for 5 months' for instance.