#Daniel Pimentel

1 messages · Page 1 of 1 (latest)

vale latchBOT
lofty wren
#

There's not a way to delay the sending of the email unfortunately

#

You would probably have to implement your own emails if you wanted to achieve this

#

Or separate auth and capture

#

So that way you have time to update the charge before capture

quiet hollow
#

Interesting, thank you for the response. Looking at it now, give me a few minutes to read

#

WIthin stripe - not using local code, but a default setting (either through the dashboard or API) - can payment methods be set to 'manual'

lofty wren
#

You mean payment intents?

#

Payment methods don't have a concept of manual

quiet hollow
#

correct

#

my mistake

lofty wren
#

Gotcha

#

You need to specify it in every request. There's not a global setting

quiet hollow
#

Inside of Payment Intents, the capture_method

#

Ah okay, that's what I figured. Thank you again

#

I think we'll implement our own emails.

#

Thanks again!