#theofenol_docs

1 messages ¡ Page 1 of 1 (latest)

silk trailBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1302894007600283648

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

normal heron
#

Hey, Jack!

#

I have a platform with express accounts. My flow is like this:

#
  1. creating an invoice on the connected account
#
  1. clients pay the attached payment intent of the invoice
#

I can access the receipt via the invocie URL, but it is not automatically sent via email

tropic verge
#

What's the invoice ID?

normal heron
#

in_1QHCszQ6nkBOVeRXSgcj63bF

tropic verge
#

Ok, the connected account is an express account. They don't have a full Dashboard support that provide them options to send emails for successful payments.

#

You shouldn't use Direct charges for express account, instead you should use destination charges

#

So that the charges are created on your account, and Stripe will send receipt emails based on your account settings

normal heron
#

I see... but this unfortunately will add lots of money as turnover to my business

#

So my government taxes will actually be higher than my profits

#

However, if I onboard my connected accounts as standard, would it be possible for me to control this settings?

#

Or they must do it on their own?

#

I mean if I (the platform) have any control over their settings (as standard connected account)

tropic verge
#

Yes standard accounts have full access to Dashboard, including the customer email settings

normal heron
#

But can I modify them?

#

Basically, I want to modify the settings of my standard accounts

#

Me, as the platform, do I have access to their settings?

#

I want to avoid as much as possible putting my connected account managers to do complicatd stuff

tropic verge
#

No, the standard accounts need to access their Dashboard and update the settings.

#

You should really just use destination charges to simplify your work stream. You can collect an application fee from the payment to cover the cost

normal heron
#

and all the responsibility will be mine, right?

#

I mean liability

tropic verge
normal heron
#

thanks!