#fathima-fee

1 messages · Page 1 of 1 (latest)

sand coral
stray hill
#

they didnt mention the parameter name for stripe fee and tax?

sand coral
#

it's fee_details on the BalanceTransaction object

stray hill
#

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?

sand coral
#

I don't understand you, sorry.

stray hill
#

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.

sand coral
#

I've never heard of us not charging a fee on "national payments". I really don't understand what you're asking.

stray hill
#

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 .

sand coral
#

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"?

stray hill
#

stripe

#
  1. we have wordpress website
    2.we integrated stripe
  2. 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?

sand coral
#

sure.

stray hill
#

this is applied if we use internation card or international payment.

sand coral
#

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.

stray hill
#

website is hosted in AUS, if customer pay from AUS no amount detected as fee and tax.

sand coral
#

all payments have fees. The fees are higher for international cards, but there are fees for all cards.

stray hill
#

how we differentiate international cards?

stray hill
#

this is their response?

sand coral
#

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.

#

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.

stray hill
#

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?

jolly minnow
#

Hey there. Taking over from my colleague here

#

What exactly are you trying to 'calculate'?