#mo_api
1 messages · Page 1 of 1 (latest)
👋 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/1400009668230774787
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- mo_code, 9 hours ago, 6 messages
Hi! Can I check what do you mean by enable Platform Pricing? Also when you say you are creating the charge on behalf of the connected account, are you referring to destination or direct charge?
Hello Sam! We have a platform, using Stripe Standard Connect account
We’d like to charge our customers a fee and get profit share through Stripe
How can we do that while keeping our current standard connect account setup?
Can I check what charge type are you using? You mentioned creating the charge on behalf of the connected account, are you referring to destination or direct charge?
Not 100% sure - how can I find out if not from my team right away?
We can get to that in a minute. Can I just clarify what do you mean by Platform Pricing? Are you referring to the Platform Pricing tool (https://docs.stripe.com/connect/platform-pricing-tools) or you just want to be the one paying the Stripe fee?
Yes the platform pricing tool
It’s not available for Standard Connect accounts
We’d like to keep onboarding and refund handled by stripe/client
However we’d like to add a platform fee or an app fee to all transactions passed on our platform
The tool is not available for direct charges: https://docs.stripe.com/connect/platform-pricing-tools#fee-payer-reference:~:text=Configured pricing doesn’t apply to direct charges
If you have a payment ID (starts with pi_) I can check the charge type you are using.
Yes I can access the DB
Can I get the payment ID? Thanks!
stripePriceId is that it?
Or is it the ID of the account?
paymentAccountId
"acct_1QcU2rP0lsQwttiw"
that's an example of a payment ID of one of our connected clients I suppose?
Is this the account ID of the connected account?
That is the Standard connected account. I see that you are using direct charges. You will not be to use the Platform Pricing Tool for Standard connected + direct charges unless you're on IC+ pricing. So if you wish to collect fee from your connected accounts you can use application_fee_amount (https://docs.stripe.com/connect/direct-charges?platform=web&ui=stripe-hosted#collect-fees)
And when using application fee amount, will Stripe see us as a revenue generating unit and do profit share with us? Are we allowed to apply for partner program that way?
Platform Pricing Tool not available for Standard Accounts
How can I reach the point where I can still collect fees, be seen as a revenue generating unit by Stripe, and be able to see those transactions on my dashboard?