#fenwicks_silent_assassin

1 messages ยท Page 1 of 1 (latest)

quartz drumBOT
proper dawn
#

๐Ÿ‘‹ How can we help?

tough flower
#

Can the two settings inside the redbox in this screenshot be set via the API?

proper dawn
#

This is the dashboard only function. It can't be set via API

tough flower
#

Alright thankyou, another question...

#

If I have 'Successful payments' enabled and have an email address stored against the customer. When a PaymentIntent has been approved and i provided an email address using the email_address property, will it send a receipt email to both the email against the customer and the email i've used with the payment intent?

proper dawn
tough flower
#

so it will only send an email to the receipt email and not against the customer?

proper dawn
#

If receipt_email is not set, email won't be sent

#

so it will only send an email to the receipt email and not against the customer?
Yup

tough flower
#

Ah I see

proper dawn
#

However, if you use Stripe Invoice or Subscription product, email will be sent to the email address on the customer

#

Where to send an email depends on your integration

tough flower
#

Yeah I saw that in the documentation. I was talking in regards to using the payment intent

#

Which you've answered

proper dawn
#

Yup! Then that sounds good!

tough flower
#

if the 'successful payments' toggle hasn't been enabled and we have set an email on the Payment Intent will it still send the email?

#

is the toggle only controlling Stripe Invoice?

proper dawn
#

If you set receipt_email on the Payment Intent, the settings on the dashboard will be ignored

#

This toggle also control the email settings of payment created by Checkout Session

tough flower
#

Sorry I should have seen that but i appreciate that you've provided it

proper dawn
#

Checkout Session is the payment hosted page provided by Stripe

tough flower
#

Alright that answers everything thankyou

proper dawn
#

No problem! Happy to help ๐Ÿ˜„

tough flower
#

I have another scenario, if the 'successful payments' toggle is enabled and we dont provide an an email address on the payment intent, will it still send an email?

proper dawn
#

If you use Payment Intent API, email will not be sent if receipt_email is not set