#Rebel5
1 messages · Page 1 of 1 (latest)
Yeah sure, one sec
We are using Standard Connect, and want to find a way to override the account holder settings of sending receipts to customers. Basically, we have our own receipts mailing system, so in those cases in which the account holder decides to turn on the customer emails, we need to find a way to create a payment intent indicating via the API that such payment intent should not send a receipt regardless of the Dashboard settings
I've tried passing receipt_email = null but it returns an error.
If the dashboard setting is turned off, then you can still send an email by setting receipt_email. Not sure if you can do the opposite, looking...