#jin_webhooks

1 messages ¡ Page 1 of 1 (latest)

robust currentBOT
#

👋 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/1308156552070566009

📝 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.

stoic sundial
#

WHat are you trying to accomplish?

#

That field is an optional way to indicate a manual email for payment receipt, instead of say a customer with an email

#

Note that setting this will override your emailed receipt settings

subtle star
#

so this is my current emailed receipt settings?

#

so when i test the prebuilt Stripe PaymentSheet that I have set up, i don't see a field where customers can enter their email for email receipt

#

where does Stripe collect my customers' emails in order to send an email receipt?

stoic sundial
#

It doesn't, you would need to collect that when you create a customer

#

Those settings are for subscriptions/invoices not individual payments

subtle star
stoic sundial
#

Yep, and provide an email for them

#

You can use the receipt_email field if you collect one-time payments without customers, thats' fine

#

It's really up to you, i can just making you aware

subtle star
robust currentBOT
subtle star
#

could u explain a lil bit

stoic sundial
#

I just wanted to make you aware this will mean the receipt is always sent to that email you provide

subtle star
#

any docs for me?

stoic sundial
#

You collect your customer's email in your app, then use it when you create/update the payment intent

#

after the payment succeeds, stripe will email the receipt to the email address you put in receipt_email

subtle star
#

ok. got it

#

stripe automatically send an email receipt to customer if i include it in the paymentIntent? I don't need hook Webhook to some other external service to achieve this?

stoic sundial
#

If you set receipt_email you don't need to do anything else. Stripe sends the email.