#m4tr1ck_docs

1 messages ยท Page 1 of 1 (latest)

sacred fernBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

lament condor
#

Not really documented anywhere no. Generally we'd only email recurring, charge automatically invoices on receipt of payment (if you have that setting enabled)

fervent gulch
#

How long does stripe wait until sending an email for an invoice with paymentIntent status set to requires_action for a card with 3d-secure and if I have set auto_advance = true with finalizing the invoice and calling the confirm on the paymentIntent? We have smart retries enabled with 8 times within 2 weeks.
Does stripe wait or should I wait for the return of the redirect of the user?

If i'm correct within the redirect to the authorization page the paymentIntent will return with succeeded but I would like to prevent stripe to send a mail based on the event invoice.payment_action_required

I hope it is understandable what i'm trying.

lament condor
#

Is it a recurring invoice? What's the collection_method?

#

(an in_xxx example would be helpful)

fervent gulch
#

I'm sorry it is a one-time invoice.

lament condor
#

How long does stripe wait until sending an email for an invoice with paymentIntent status set to requires_action for a card with 3d-secure and if I have set auto_advance = true with finalizing the invoice and calling the confirm on the paymentIntent?
AFAIK we'd send the invoice immediately on finalization for collection_method: 'send_invoice'

fervent gulch
#

And I set the collect_method to send_invoice

#

What is happening in the test-mode? Does it set a log entry to show that an email would be send like in the live-mode or is there any other indicator?

lament condor
#

We don't send any emails automatically in test mode and there's no logs to indicate if one would of been sent

#

But generally finalization = email sent for send_invoice invoices

fervent gulch
#

Hm okay. I unterstand. Thank you very much.

#

Maybe it would be a good feature for other devs to see an fake event/activity entry that an email would be send in the live-mode.

lament condor
#

Agreed

fervent gulch
#

Have a nice day ๐Ÿ™‚