#Ιvan

1 messages · Page 1 of 1 (latest)

jade capeBOT
midnight nimbus
#

What products are you using to charge the customer? Invoices? Payment Intents? Subscriptions?

static lodge
#

Hello

#

We are using checkout session

midnight nimbus
#

The best way to do that is to calculate what you think it will be on your end, since Stripe fees aren't available to get from Stripe until after a charge is already processed. If you're using only one currency, then this should be pretty easy. You would just add a new line_item to the Checkout Session during creation for the amount you think the Stripe fee will be.

For USD we charge 2.9% +$0.30 for each transaction, so you would just calculate that on the overall price and add it as a line_item

static lodge
#

Ok ty