#rafaelbaptista-transfer reversal

1 messages · Page 1 of 1 (latest)

gritty spindle
#

👋 happy to help

#

it's the tr_xxx object

#

it's the charge["transfer"]

night sable
#

ok thank you, i'll try that again and give you feedback asap
have another question i'm also using debit connected account and i was told that no fee was charged by stripe since dont involve any cards, but on a charge that i try the debbit i was charged 0.23 usd

#

id: py_1LAsxNCRI4H2eNZZIQYtbKYN

gritty spindle
#

i was told that no fee was charged by stripe
by whom?

night sable
#

yeasterday on this server

gritty spindle
#

yes I just read that

#

I'm double checking

night sable
#

ok, ty

gritty spindle
#

you used the Charges API

night sable
#

i used like its described on the docs

#

that is using the charge where the source is the connected account

gritty spindle
#

ok I will double check with my colleagues but AFAIK you will get charged for any transaction built on top of the Charges API

night sable
#

that dosent make sense since we are debbiting an account

#

we are not using cards, and thats the only way that stripe provide to debbit the balance of a connected account

gritty spindle
night sable
#

so ill be charge allways a fee for debit an account balance?

gritty spindle
#

yes

night sable
#

and regarding reverse transfer does stripe also charges a fee on this?

mystic sleet
#

Nope, there's no fees for transfers (or reversals) between Stripe accounts

night sable
#

alright ty, regarding the accounts debbits are also actions between stripe accounts so why do we are charged a fee?

mystic sleet
#

Because that's an automated facility that keeps balances aligned

#

Transfers/reversals are manual

night sable
#

dont know what you mean by automated, since thats is done manually by calling api

mystic sleet
#

True, but what I mean is using account debits may debit an external account if the balance cannot cover the debit

#

Transfers don't provide that functionality, it'd just error

night sable
#

so if the connected account balance is greater or equal the amount that i want to charge this means that i dont get charged a fee? since stripe would not have to pull funds from an external account (bank)

mystic sleet
#

No, if you use account debits you'll be charged regardless

night sable
#

can you precise what is the % of that fee?

mystic sleet