#johnnytomcat

1 messages · Page 1 of 1 (latest)

sacred troutBOT
desert gulch
#

Hi there

#

What type of Connected Accounts?

rapid vessel
#

Express

desert gulch
#

What charge flow are you using?

rapid vessel
#

I create a payment method, then create a customer with a subscription attached

desert gulch
#

On your platform?

#

Are you using destination charges?

#

Like are you setting transfer_data.destination?

rapid vessel
#

I dont remember the name of the flow but um setting application_fee_percent

#

This is what im doing

desert gulch
#

Ah okay so Direct Charges

rapid vessel
#

Yes direct charges

desert gulch
#

Gotcha, yeah so Direct Charges aren't really recommended with Express. You can't actually affect an Express account's settings like email_receipts.

rapid vessel
#

are destination charges the recommend approach?

desert gulch
#

Yeah for Express/Custom

rapid vessel
#

So the current work around would be to update all the charges triggered by a subscription payment? with like a webhook or something

desert gulch
#

Yep

#

You would listen for charge.succeeded

#

And that would contain the charge and then you update the receipt_email with the corresponding email and that triggers the email to be sent

rapid vessel
#

Gotcha, and switching to destination charges, would that change how emails are handled or would this same setup be needed?

desert gulch
#

With destination charges all the charges take place on your own platform

#

So you use your platform settings to dictate receipts

rapid vessel
#

Would the email inherit the connected accounts branding? or would it be the main account?

desert gulch
#

No just your platform in this case

rapid vessel
#

And if i wanted it to be the branding of the connected account (name, contact email/phone), could that be handled via stripe?

desert gulch
#

Currently with Subscriptions, no. You need to use on_behalf_of to make this happen which isn't supported by default. You can reach out to our Support team (https://support.stripe.com/contact/login) and see if your account would be eligible for this feature. Then the Subscriptions would use your Connected Account branding while existing on your platform.

rapid vessel
#

ok thank you for the information!