#Atish

1 messages · Page 1 of 1 (latest)

mystic stagBOT
bright stratus
#

Hi there!

ionic warren
#

Hello

bright stratus
#

If you are using Destination Charge then the Stripe fee is always taken from the platform account. So you would need to adjust your application_fee.

ionic warren
#

Can I know the stripe charges while creating the checkout session?

#

Or is there any other method where stripe charges is deducted from connected account?

bright stratus
#

Can I know the stripe charges while creating the checkout session?
You mean the Stripe fees? You cannot know them in advance, only after the payment is done.
So you would try to "guess" the average fee (based on stripe.com/pricing), and adjust your application_fee

ionic warren
bright stratus
#

Otherwise you can also use Direct Charge, in this case the connected account would pay the fee. But note that using Direct Charge has other implications, so you might not want to do this.

ionic warren
#

Will you please explain what will go wrong if we use direct charge?

bright stratus
#

There's nothing wrong with using Direct Charge.