#Corwin

1 messages · Page 1 of 1 (latest)

granite marlinBOT
wheat sierra
#

hi! there aren't any really if you're using Standard with Direct Charges since the connected account pays the processing fee

orchid stone
wheat sierra
#

if by seller you mean the connected account, the seller

orchid stone
#

alr, and is it possible to give a percent as fee?

wheat sierra
#

no

#

you just calculate it in your code based on the price you're charging and pass the application_fee_amount in direct number of cents

orchid stone
wheat sierra
#

not sure what you mean or how you took that from what I said and that the docs describe

#

could you explain exactly the intended integration in terms of the Stripe products and APIs you'll be using like Standard/Express/Custom accounts and Direct/Destination charges, and then I can tell you how the fees work for the specific model?

orchid stone
#

I'm using Standard accounts and direct charges

wheat sierra
#

then there aren't really any fees if you're using Standard with Direct Charges since the connected account pays the processing fee

orchid stone
#

Or account who created the seller

wheat sierra
orchid stone
#

So i collect a 2,30 fee & and pay the stripe fees. The user gets 17,70

silver ether
#

Hi there 👋 I'm jumping in as my teammate needed to step away, please bear with me a moment while I catch up on the context here.

#

Sorry, I'm not sure if your last post was meant to be a question, I'm not currently seeing any outstanding questions but please let me know if I've missed something.

silver ether
#

As far as I know (sorry, we don't spend much time in the dashboard as we primarily focus on the API side of integrations), is there something there that you don't understand/agree with?

orchid stone
#

Give the seller(connected user) the rest of the money - the stripe fee

silver ether
#

Then when creating the Payment Intent, you will need to calculate the fee that you want to collect and provide that amount in the application_fee_amount field.

orchid stone
#

So how can i calculate the stripe fee?

silver ether
orchid stone
#

Then I’m looking wrong, or asking wrong

#

But thanks for your time anyway

silver ether
#

I'm happy to continue working with you to better understand your question/concern.

orchid stone
#

Screen of my connected account, it has only a fee of 2.30 as said by my

#

And it doesn't pay the Stripe Fees

#

The platform pays the Stripe Fees

silver ether
#

Can you share the ID of the Payment Intent that you're testing with?

orchid stone
silver ether
#

Ah, that's because that is a Destination Charge rather than a Direct Charge.

orchid stone
#

i'm stupid

#

Is it possible to use a direct charge within checkout session?

silver ether
#

We do not recommend using Destination Charges with Standard Connected Accounts, Direct Charges are our recommended approach for those types of accounts.

When you created the Checkout Session you provided the Connected Account's ID in the payment_intent_data.transfer_data.destination parameter, which instructed the Checkout Session to process a Destination Charge.

To make a Direct Charge, you would instead omit the above parameter, and use the stripe-account parameter/header to make the request directly for your Connected Account:
https://stripe.com/docs/api/connected_accounts?lang=php

orchid stone
#

That explained a lot.

#

One last question: is it possible to use multiple payment methods in it?

#

Because now there is only card option available

#

I need to set it in my code right?

#

So it doesn't automaticly grab it from stripe

silver ether
orchid stone
silver ether
#

Yes, the guide that I linked above walks through that. Make sure to set the selectors near the top of the page to match your scenario, and then you should be able to follow those steps.

orchid stone
silver ether
#

No worries, I'm glad we were able to get you to the answer you were looking for!