#IGMontero-connect-receipts
1 messages · Page 1 of 1 (latest)
Yes, not sure if it's a standard connected account or express. Implemented it a while ago, how can I validate that?
And I'm using payment intents to charge
Well if direct charges it should be standard
Can you share the ID of the connected account?
But regardless, with direct charges the receipt emails will inherit the branding/settings of the connected account:
For direct charges, receipts are sent based on the email settings, branding, and public business information of the Connected account.
https://stripe.com/docs/receipts#receipts-for-stripe-connect
Just checked -- it's Standard yep
You'd need to manage this manually if you (the platform) wanted to send a receipt
Okay, by manually you mean sending a custom email myself and deactivating receipt_email right?
Well, you can't prevent payment receipts on the connected account being sent (that's configured on their account). They might have it disabled
Right but there is the receipt_email option that basically sends these emails even though they have the option disabled, right?
Yes, sorry. Didn't see you were passing that param
So yeah, don't pass that and instead use webhooks to configure your own email solution
You too!