#isaac.mk-fee

1 messages · Page 1 of 1 (latest)

past widget
#

Hi! The Stripe fee depends on the payment method used and the country. You can learn more about the fees on our pricing page: http://stripe.com/pricing

formal falcon
#

how can I know the formula that calculate the fee in the code.

past widget
#

You want to compute the fee before or after the payment?

formal falcon
#

yes

#

yes

#

Also I want to know which factor influence the service fee. The stripe account's country or the country of the order where the order produce.

past widget
#

To get the fee after the payment, just look at the balance transaction. To compute the fee before, it's a bit tricky since it can vary.

formal falcon
#

Also I want to know which factor influence the service fee. The stripe account's country or the country of the order where the order produce.

#

or the card's country

rain lintel
formal falcon
#

The test card number is 4000000760000002. and the payment intent id is "pi_3KjE2UGIuqZWVOYB0lysHcin". can you tell me how the fee produce?

rain lintel
#

it's 2.9% + 30c + 1% for being an international transaction

formal falcon
#

thank you so much for your help. My problem solved

formal falcon
#

hi

#

I want to know if the service fee in america can max to 4.9%+30c

formal falcon
rain lintel
#

what do you mean by "max" as a verb?

formal falcon
#

I mean if the card is international and the currency is foreign as I see 2.9%+30¢per successful card charge+1% for international cards+1% if currency conversion is required

#

So I want to know the max rate

rain lintel
#

I don't know

#

there are lot of factors involved here and the pricing can change over time occasionally

#

the best approach is to test it