#eilidh_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/1428408467684855839
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
You actually want capture_method: 'manual' here
automatic_async just means there is a slight delay between the successful PaymentIntent and balance transaction being created. But that doesn't give you control on when you capture.
yeah, we actually want that slight delay, not manual in this case. The purpose is to slightly extend the period of time before customers are actually charged, which will motivate them to return our product
Yeah that's not really how it works
automatic_async causes a delay of a couple seconds.
we plan on also using the capture_delay_days feature and set it to 7 days, although I know in some cases the auth period would be shorter and they would be charged sooner
With capture_method: 'manual' you would determine how long of a delay for capture.
So that is what you want, if you want any sort of delay at all.
the docs show the capture_delay_days as an option though, is this misleading?
Ah I'm sorry! I misread you above.
I was talking about automatic_async
Which is different from automatic_delayed
ok perfect
Okay so yeah automatic_delayed is still a private feature -- not sure why the docs state "Public preview" there (I'll file feedback on that internally). So you would want to fill out the email interest at the bottom of the docs there to request access and you could also reach out to our Support team via https://support.stripe.com/contact/login to see if you can get faster access for your account.
But yeah since this is still in private preview that's why you are seeing the error.
Ok, thanks for the clarification! ๐ Are we right to assume this feature won't work for debit cards?
ok great, thank you!