#beinggandhi - payment receipt

1 messages · Page 1 of 1 (latest)

torn acorn
#

Hi! Taking a look here

turbid geyser
#

Thanks . we are using hosted stripe checkout wiht prebuilt checkout.

#

Any recommendation in that case.

#

Also our platform account is acct_1HrjUNHaof0IjCDr , what we want to achieve is when a customer makes a payment on a connected account, they should get an email.

#

we are already collecting that email in the stripe hosted checkout page.

#

My email settings seems fine. Can we as platform change the email settings of connected account.

torn acorn
turbid geyser
#
  1. So from session, we get the payment intent.
  2. From payment intent we get Charge
  3. from charge we get the receipt link.
torn acorn
turbid geyser
#

We just received a complaint from the end customer with pi_3Kxy2aQiBxrjWjnu1ubMy6kP

#

that he didnt get an email

torn acorn
#

So the end customer is not receiving the email?

turbid geyser
#

yes

#

by the way this has happened for all of our connected accounts.

#

Its just with offices reopening , lot of ppl need receipts for reimbursement ..increasing our support load

torn acorn
#

It looks like you are using Direct charges with Custom connect which is not recommended. With custom connect accounts, there is not a setting to enable receipt emails. Can you share more details about why you're using Direct charges with Custom connect?

turbid geyser
#

Its a stop gap arragement before we move to destination charge with on-behalf.

#

pi_3KtGPHAKSoxyYGCz13Be7Ipl is the other transaction which I did as a end customer

#

I didnt get an email for the same.

#

"With custom connect accounts, there is not a setting to enable receipt emails. " ?? does that mean custom connect we wont be able to send email receipts ?

torn acorn
#

Yes, with your current flow, I'm afraid it's not possible to get automatic email receipts.

turbid geyser
#

why no email here?

wind kiln
#

same that account has email receipts disabled

turbid geyser
#

can we as platform account enable the receipts ?

#

for the connected accounts

wind kiln
#

nope

#

The best option would be to look at receipt_number on Charge. If there's one you know an email receipt was sent. If there isn't you could use https://stripe.com/docs/api/charges/update and pass receipt_email to force an email receipt to be sent!

turbid geyser
#

we are using hosted checkout. how to force an email in this case.

turbid geyser