#mhamzza

1 messages · Page 1 of 1 (latest)

turbid marshBOT
iron knoll
#

Secondly, application_fee is only relevant in Connect scenarios. Does that apply?

thorny stump
#

yes, i have connect users, but i'm paying them manually using cronscrips,
not directly transfering them, because i'm holding payments in stripe for 10 days so these could be available for refunds

iron knoll
thorny stump
#

yes i'm already using this separate charges and transfer , so i don't net application fee if i'm holding instead of direct funds?

iron knoll
#

An application fee doesn't apply in those scenarios. You'd simply transfer an amount less your platform fee to the connected account

thorny stump
#

okay, Why you are suggesting Payment Intents?

iron knoll
#

Because Charges is deprecated

thorny stump
#

okay,
if it doesn't bother i wanna ask , its about only US payments
1 : i'm using charge api on my app when customer enters its card and gets charged, is this Manual Card payment or Standard? as its charging me $3.33 stripe fee
2: Does stripe take fee when i transfer balance to any connect account on its account_id ?

iron knoll
#

You should still be using Payment Intents

#

i'm using charge api on my app when customer enters its card and gets charged, is this Manual Card payment or Standard? as its charging me $3.33 stripe fee
I don't understand. Can you share an example

#

Does stripe take fee when i transfer balance to any connect account on its account_id
No fees for transfering between accounts no

thorny stump
#

in my trnsactions its taking $3.33 as stripe fee

iron knoll
#

Well how you collecting card details? Via Elements, or passing the raw data to the API?

thorny stump
#

passing raw data to api

iron knoll
#

Then you're likely paying the higher fee as that's not something you should be doing

thorny stump
#

so the ideal way is to use Elements with Payment Intents?

#

that will charge less stripe fee?

iron knoll
#

Yes

#

And you'll be PCI compliant, you're likely not right now