#actual-left-shark_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1254600430701514754
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Here is my complete server side function
Hi, can you share the request id where you're trying to create this account? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_ZFNXmgRmYcrMWI
Taking a look
The reason why you're seeing this error is because the Account Create API defualts to 'full' Dashboard access: https://docs.stripe.com/api/accounts/create#create_account-controller-stripe_dashboard-type. You cannot use controller.fees.payer: "application" when using full access Dashboard. You would need to pass the other values to work on this request.
so is the way that I have this configured not applicable then? Because this is saying I want full Stripe Access Dashboard and for my platform to get charged the stripe fees?
which seems like is the issue because I cannot use the full access dashboard with the application fee paying option?
Yes, with Direct charges the Connected Accounts would pay the Stripe fees.
So I have to pick one of these two options
- Express Account
- Either Destination/Separate Charges and transfers
- my Platform Pays Stripe Fees
- Platform is liable for a negative balance
- Full Stripe Account
- Direct Charges
- my Connected Accounts Pays for Stripe Fees
- Strip[e is liable for a negative balance in connected accounts
The only way for my platform to cover the srtipe fees is through the express account?
Is there any way to use option 1 but Stripe is liable for the negative balance in connected accounts?
Let me test some things, hang tight
no rush, I appreciate the help!
My ideal scenarios would be (best case to worst case)
option 1
Express Account
Platofmr Pays for Stripe Fees
Separate Charges and Transfers
Stripe is Responsible for Negative Balances
option 2
Express Account
Platform Pays For Stripe Fees
Direct Charges
Stripe is Responsible for negative balances
option 3
Express Account
Platform Pays for Stripe Fees
Direct Charges or Seperate Charges
Platform is Responsible for Neg Balances
Yeah, upon testing these what you're looking is not possible. Wtih dashboard type of express, the Connect application/ Platform must control losses.
If you use Direct charges, the connected accounts would pay for the fees.
You could charge application fees on the payment with Direct Charges