#Harpreet - charge

1 messages · Page 1 of 1 (latest)

civic path
#

Hi there! I'm copy-pasting your message in this thread:

i need to know about about customer charge
is there any api to find out what type of charges going to apply on the amount..?

#

Can you clarify what you mean by "what type of charges going to apply on the amount"?

forest elbow
#

i mean, international card, domestic card , and other type of fees that apply on the charge ..?

#

2%
for Mastercard and Visa cards issued in India*

#

3.5% for American Express cards issued in India

#

3% for Mastercard and Visa cards issued outside of India

#

3.5% for American Express cards issued outside of India

#

4.3% for international cards with USD or other currency presentment

#

If currency conversion is required, an additional 2% fee will apply.

civic path
forest elbow
civic path
#

How are you accepting payments with Stripe? Checkout Session, Payment Element, something else?

forest elbow
#

payment intent

#

via credit/debit card

#

??

civic path
#

So you create the PaymentIntent on the backend, but how to you collect payment information? With the Payment Element?

forest elbow
#

before charging any customer , i want to know about how much stripe is going to charge on the actual amount based on the different cards ..?

#

for example

#

$100 => what stripe take fee ..?

#

including stripe+currency conversion+ international+ etc.

civic path
#

Also note that in some countries it's not allowed to change the amount customer pay based on the payment method they use. So we usually recommend to not change price based on the Payment Method, and simply charge a slightly higher amount for everyone to cover your costs.

forest elbow
#

so i get actual remaining amount without loss

#

please suggest any solution

civic path
#

If you want to know the fee in advance, collect the payment information to create a Payment Method, and then check the country/brand of the payment method to compute the Stripe fees on your end (like I mentioned before)

forest elbow
#

this is ok