#BruceWayne

1 messages · Page 1 of 1 (latest)

languid yarrowBOT
ancient kestrel
languid yarrowBOT
grizzled scarab
#

hello

#

Can I set up customer email addresses in both places?

#

receipt_email and customer email

#

Is there any problem with this?

nova pendant
#

Hi there, you can do that. However, when the values are different, remember that the receipt email will be sent to receipt_email

grizzled scarab
#

Got it, then I want to know what the customer email is for? Collect billing information from customers?

nova pendant
#

Yes you are right, that's the billing details of a customer. And customer's email address will be displayed in invoice.

grizzled scarab
#

Got it, where do I fill in the product description when creating a checkout session?

nova pendant
grizzled scarab
#

or an ad-hoc product through the product_data hash,this

#

line_items.price_data.product_data.description
Is it this one?

nova pendant
#

Yes you are right

grizzled scarab
#

If I have filled receipt_email
But I did not check the payment success and refund in the background-settings-customer mailbox, will the system still send email credentials to the customer?

nova pendant
#

What credentails do you mean?

#

and I don't understand you latest qustion, can you elaborate?

grizzled scarab
#

After I filled in the receipt_email, but I didn't check the two options of successful payment and refund on the dashboard,

#

In this way, after the customer successfully pays or refunds successfully, will Stripe still send the email certificate of successful payment or refund to the customer?

nova pendant
#

What Dashbaord? can you share with me a screenshot?

grizzled scarab
#

your dashboard. settings, in the customer mailbox

#

If I did not check these 2 options

nova pendant
#

As explained in the API reference, If receipt_email is specified for a payment in live mode, a receipt will be sent regardless of your email settings.

grizzled scarab
#

OK,thanks

#

When the customer successfully pays or successfully refunds, which URL can view the credentials?

#

Receipts can be viewed in a browser, a URL

nova pendant
#

Still I don't understand what you mean by credentials?

grizzled scarab
#

this

nova pendant
#

This is the refund email. Which filed in the email is the credentials ?

grizzled scarab
#

How can my customer view this picture through a browser?

#

Will I be given a URL after the payment is successful? Or do we need to get this URL through the API ourselves?

nova pendant
#

you can get the charge object from PaymentIntent's latest_charge field.

nova pendant
#

Yes, that's the one