#pritam-sarbajna_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/1392783037758181457
š 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.
- pritam-sarbajna_api, 2 days ago, 24 messages
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- š§āš» You must be a developer
- š ļø Your question must be about building a Stripe integration
- āļø Your question must be technical/developer focused
- ā±ļø You must be available to respond in realtime
- š„ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
š§āš» You must be a developer
š ļø Your question must be about building a Stripe integration
āļø Your question must be technical/developer focused
ā±ļø You must be available to respond in realtime
š„ You must be comfortable receiving help in public (this is a public server)
All of these are true
@loud yarrow can you help me out ?
āļø Your question must be technical/developer focused
your question is not technical
you're asking whether you need approval or not
in all cases for the imoplementation part
you need to follow this https://docs.stripe.com/connect/destination-charges
we recommend using Express accounts https://docs.stripe.com/connect/express-accounts
I am creating custom account
sure, it works the same
I know now that we don't need approval. how to do this then. Cause I tried to make a custom account
controller: {
requirement_collection: 'application',
fees: {
payer: 'application'
},
losses: {
payments: 'application'
},
stripe_dashboard: {
type: 'none',
}
},
its still getting charged as 2.9% + 30Ā¢ from us not $2 per monthly active account and 0.25% + 25Ā¢ per payout sent
for pricing you need to contact https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
they told me if you are creating custom connect account, then we automatically assume that stripe is not handling pricing for the user, the platform is (the right side).
We are charging them 2.6% as application fee and from us stripe should take $2 per monthly active account and 0.25% + 25Ā¢ per payout sent and the card brands their cut. But its not happening.
This is how we are getting the application fee
// Calculate platform fee (2.6% of the transaction)
const platformFeeAmount = Math.round(amount * 0.026);
// Create payment intent with connected account
const paymentIntent = await stripe.paymentIntents.create({
amount: Math.round(amount * 100), // Convert to cents
currency,
application_fee_amount: platformFeeAmount * 100, // Platform fee in cents
transfer_data: {
destination: import.meta.env.STRIPE_CONNECTED_ACCOUNT_ID!,
},
});
@coral agate this is not a technical question please contact https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I am not sure why this is not a technical question. Is my code correct or not, I thought stripe developers will help me out on that.
we can't help with pricing questions