#fathima-fee
1 messages · Page 1 of 1 (latest)
hi! the fees are on http://stripe.com/pricing, you can use test cards in test mode (https://stripe.com/docs/testing#international-cards) and see the fee charged (https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment) and from that you can write your own code/logic to know what the fee would be on a transaction.
they didnt mention the parameter name for stripe fee and tax?
it's fee_details on the BalanceTransaction object
which link you referred
we can set this for all transaction. i.e if national transaction we coould nto able to add fee and tax right?
I don't understand you, sorry.
stripe is adding the transaction fee and tax if we use international card. i.e if we done international payment
if we use national payment no fee and tax.
but they didnt differentiate that the transaction is national or international.
I've never heard of us not charging a fee on "national payments". I really don't understand what you're asking.
with out this we can not add transaction fee and tax for all payment ?
i am in india. i am a developer.
our website has been launched in AUStralia.
if i pay using international card, they didnt show anything in the website. but stripe is detected the money as transaction fee and tax .
let me stop you there
they didnt show anything in the website. but stripe is detected the money as transaction fee and tax .
I don't know what that means, sorry.
who is "they"?
stripe
- we have wordpress website
2.we integrated stripe - for example customer come and pay $1 , it will be sent to our stripe account. stripe account detected fee and tax from that $1, and send remaining to our website's bank account
got it what I am saying?
sure.
this is applied if we use internation card or international payment.
it's applied to all payments.
in any case, you can't do any of this if you're using a Wordpress plugin, you need to actually develop your own bespoke integration code.
website is hosted in AUS, if customer pay from AUS no amount detected as fee and tax.
that's wrong, sorry.
all payments have fees. The fees are higher for international cards, but there are fees for all cards.
how we differentiate international cards?
this is their response?
I don't understand you.
that is the field in the API that tells you what country the card is from. If it's not AU then it's an international card.
so again, per my first reply:
the fees are on http://stripe.com/pricing, you can use test cards in test mode (https://stripe.com/docs/testing#international-cards) and see the fee charged (https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment) and from that you can write your own code/logic to know what the fee would be on a transaction.
if you're just using a Wordpress plugin though you probably can't do any of this since it requires directly interacting with the API in your payment flow.
yes we are using wordpress plugin
if we use plugin we can nto do anything
if national what should be calculation,
if international what should be calculation?
Hey there. Taking over from my colleague here
As they stated, Stripe fees for payments are outlined here: https://stripe.com/au/pricing
What exactly are you trying to 'calculate'?