#Daniele-connect-receipts
1 messages · Page 1 of 1 (latest)
Hi there 👋 yes, it is possible to use our receipt functionality with Connect accounts. It sounds like you're using destination charges, so that behavior will be driven based on the settings of your platform account. This is discussed further here:
https://stripe.com/docs/receipts#receipts-for-stripe-connect
this is our current code
using both transfer_data and on_behalf_of
though seems like that receipt_email is for charges only
Apologies for not pointing out that invoicing receipts are also mentioned further up on that page. You'll want to ensure you're setting an email address on your Customers, and that "Email customers about Successful payments" is turned on here:
https://dashboard.stripe.com/settings/emails
https://stripe.com/docs/receipts#receipts-with-billing
thank you