#shaon
1 messages · Page 1 of 1 (latest)
Then it's expected, Stripe doesn't send any email in test mode.
That would depend on your dashboard settings https://dashboard.stripe.com/settings/emails
for our connect customers what is the default?
we're currently using stripe connect standard and we'd like to send invoices automatically to our stripe connect's customers on their behalf
Are you using Direct Charges, Destination Charges, or Separate Charges and Transfers? https://stripe.com/docs/connect/charges
direct charges
Then the settings of the connected account will be used. For Standard accounts, you will need to reach out to the connected account to check their settings.
For which charge types do our setting get used?
With Destination Charges and Separate Charges and Transfers, the platform settings are used.
In this case the platform account is the merchant of record, and has to deal with refunds and disputes.
If your connected accounts are Standard accounts, we recommend using Direct Charges.
that makes a lot of sense
do you know if its possible to change these email settings via the API?
In general no, the platform cannot change settings on a standard connected account. However in this specific case, based on the popup, it looks like you can set receipt_email on the PaymentIntent and it should work.
https://stripe.com/docs/api/payment_intents/create?lang=curl#create_payment_intent-receipt_email