#Ferecium
1 messages · Page 1 of 1 (latest)
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?
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
Find help and support for Stripe. Our support center 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 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
That's fine as long as you weren't trying to make that API call as a client-side application: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
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
Here's how to create a Direct Charge: https://stripe.com/docs/connect/direct-charges
Let me know if that gets you oriented in the right direction
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can still add stripe_account to the list of parameters when you create a Checkout Session as described here: https://stripe.com/docs/connect/authentication#stripe-account-header
Ok I found on this page https://stripe.com/docs/connect/enable-payment-acceptance-guide
at the bottom an example of a Checkout Session that passes the stripe_account