#Ferecium

1 messages · Page 1 of 1 (latest)

sly sparrowBOT
merry gorge
#

To explain a bit what I'm struggling with:
At the moment, my company set up Stripe connect with only Express account for merchants. Every works fine (well almost).

But my boss told me recently that they want every Stripe fees to be assumed by the merchant, not the plateform (us).

I saw in your documentation that it seems possible to make direct charge even with Express account. That way the Stripe fees is paid by the merchant right? But what about the 2€ by month for "active" connected account?

lean vortex
#

I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email

merry gorge
#

I see, thank you. I might have few technical questions though

#

I just saw that created subscription doesn't have the "application" field filled, is that ok? Is it normal? You can see an example with this event: evt_1MU7NoLKxg8qIwF3mtzjjPer

lean vortex
merry gorge
#

Ok, I think this may answer my next question, how can I make a direct charge instead of a destination one?
So I should just pass on the connected account id in the "application" field?

#

In fact, I'm using Checkout Session in "subscription" type to create my subscriptions. In the API documentation, I don't see which parameter I should fill to make it a direct charge

lean vortex
#

Let me know if that gets you oriented in the right direction

merry gorge
#

I'm sorry but not really. In the doc you just sent, it's told that I should add "stripe_account" parameter (in python), but in the API documentation of checkout session, this parameter does not appear anywhere

lean vortex
merry gorge