#jacob_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jacob_api, 20 hours ago, 5 messages
đ 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/1270649951633936428
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Essentially we'd want to remove the application fee percent going forward and update all existing transactions to remove the fee.
Can you try Update Subscription API and modify that parameter? here https://docs.stripe.com/api/subscriptions/update#update_subscription-application_fee_percent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you confirm if I need to use 0 or null for the update?
Also, how can I ensure that the fee doesn't fall on the platform account, but instead is paid out of the gross amount and then transferred to the connected account?
I wouldn't want to end up with a negative platform account balance due to the connected account receiving 100% of the transaction value.
It should be 0, and you can test in Test mode to verify the fund transfer
Great thank you.
Can you confirm the above second question?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Basically, you're trying to understand if the gross or the net amount will be transfered to the connected account?
Yes correct.
Ideally, if we change the platform fee to 0%, I want to ensure that the net Stripe fees amount will be transferred to the connected account.
Honestly, I can't tell from the top of my head. I would recommend you to run a quick test in Test mode to be sure.
This way, the platform doesn't accumulate negative balances.
Does the on_behalf_of make a difference in my code?
I understand, I believe the net amount will be transfered, but it's still better to test for yourself.
Not in this case.