#eilidh_api

1 messages ยท Page 1 of 1 (latest)

crimson cobaltBOT
#

๐Ÿ‘‹ 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.

dark sphinx
#

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.

rigid badger
#

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

dark sphinx
#

Yeah that's not really how it works

#

automatic_async causes a delay of a couple seconds.

rigid badger
#

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

dark sphinx
#

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.

rigid badger
#

the docs show the capture_delay_days as an option though, is this misleading?

dark sphinx
#

Ah I'm sorry! I misread you above.

#

I was talking about automatic_async

#

Which is different from automatic_delayed

rigid badger
#

ok perfect

dark sphinx
#

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.

rigid badger
#

Ok, thanks for the clarification! ๐Ÿ™‚ Are we right to assume this feature won't work for debit cards?

dark sphinx
#

It should work the same for debit or credit.

#

Just like manual capture

rigid badger
#

ok great, thank you!