#Runayeon

1 messages · Page 1 of 1 (latest)

fathom geyserBOT
soft hemlock
#

Hi there, is you question about the difference between application_fee and transfer_data[amount]?

foggy gyro
soft hemlock
foggy gyro
#

yeah so i noticed transfer_data doesnt calculate the stripe fee

soft hemlock
#

But I still don't understand your real ask, maybe you want to walk me through a use case so that I can understand you better?

#

Share with me a PaymentIntent ID if you have one

foggy gyro
#

I guess what's happening is, I want to send money to a merchant/connect account

#

with transfer_data, when I send 100%. I get deducted the stripe fee so my balance goes to negative.

#

I want to do this without having to do X - .29X - .3 for the transfer_data_amount

soft hemlock
foggy gyro
#

What if I don't know what to transfer yet

#

since for example

#

the fee depends on various factors, international card or not

#

I guess what I'm trying to ask is, is there a way to automatically calculate the stripe fee regardless of payment method

#

For context, I'm trying to charge 0 commission towards my merchants

soft hemlock
#

Or you can consider using Direct Charge for Standard accounts, in which case the connected account is responsible for stripe fee

foggy gyro
#

Okay so assuming I charge the fee to be .29x + .30 where x is the cost.

#

Later I find out it is actually .39x + .30 cause its an international card

#

How does creating an application fee refund work?

#

Are you saying I should charge to max amount for stripe fees and then refund the connect account?

soft hemlock
#

I'd suggest you to charge a bit more so that you can cover your stripe fee, and refund the difference between the charged application fee and the actual stripe fee.

foggy gyro
#

Is there a way to know the difference

soft hemlock
foggy gyro
#

Is this what you would recommend?

soft hemlock
#

Yes, I recommended this earlier -> Or you can consider using Direct Charge for Standard accounts, in which case the connected account is responsible for stripe fee