#GomuGomu88-connect

1 messages · Page 1 of 1 (latest)

timber sentinel
#

Hey, can you explain it a little more detail please?

connecting accounts directly receiving a payment and then getting fees and sending them to selected connecting accounts
Doesn't really make sense

thick tendon
#

im really sorry, let me try to explain a little bit

#

we are receiving payments through stripe, we have stripe connect integrated in our platform

#

we want those payments to going directly to our connecting accounts which are our "shops"

#

and then take a profit fee for our company, also collecting taxes from some shops

#

let me know if having any doubts

timber sentinel
#

Sure, that can work with Connect. Are you processing payments at all yet? What type of connected accounts are you using?

thick tendon
#

we are using express accounts, we are still in development but we have already done the gateway with stripe for charging payments from google pay/apple pay or debit card

timber sentinel
#

Which will direct the payment to your connected accounts, but only after you've taken an application fee

thick tendon
#

ohhh so you mean they wont have access on what fee amount we have substracted from payment right?

timber sentinel
#

What do you mean by 'access'?

thick tendon
#

i mean to check what process fee they got charged

#

as we are gonna charge some fees

timber sentinel
#

Let me just check

thick tendon
#

also can we adding multiple fees in a same connecting account?

thick tendon
timber sentinel
#

The application fee is visible to the connected account with destination charges, yes

thick tendon
#

in separate charges stripe is charging to customer and then we (As platform) are hading out the money?

timber sentinel
#

Yes, the platform account would process the payment and then you'd create a transfer to the connected account for the desired amount (after deducting your platform fees)

thick tendon
#

oh ok, so the debit is charged in debit card/google pay in the customer and then we handle this money right? We dont need to advance the money right?

timber sentinel
#

Exactly

thick tendon
#

great, thanks!

#

i have another question

#

for collecting taxes, could we do with separate charges and transfers or should we using the module of taxes? and whats the difference?

#

cus there will be some stores to be taxed and some others who wont be necessary as explained before

timber sentinel
#

What kind of taxes?

#

And how are you calculating them?

thick tendon
#

15% taxes or 0% taxes the two amounts

timber sentinel
#

Are you using Stripe Tax?

thick tendon
#

amounts are fixed

thick tendon
#

we planned to set question in an input in registration form in our mobile app, so if user is selecting an option then it will be tax with 15% or 0% depend on option selected

#

so im asking you for the best option that we could be taking

#

what do you think, stripe taxes or through separate charges and transfers

timber sentinel
#

Well Stripe Tax only works with Checkout right now, so unless you're using that it's not an option

thick tendon
#

mmm i dont know what is a checkout

#

we are charging through google pay/apple pay and manually inserted debit card

#

but dont know if we are using checkout

timber sentinel
#

To be clear, the taxation element of this is completely separate to which type of Connect charges you use

#

It's up to you how you charge and reconcile for tax

thick tendon
#

with stripe taxes can i decide who is gonna be taxing and charge differents taxes depending on stripe connect account?

inner lagoon
#

Hey there 👋
ynnoj had to step away but give me a moment to catch up here

thick tendon
#

i dont know what could be the difference between taxing with separates charges and transfers or do it with stripe tax

thick tendon
inner lagoon
#

Ah I believe you're using cardElement and not Stripe Checkout

thick tendon
#

oh, so stripe tax cannot be using with cardElement?

inner lagoon
#

Currently, no. It only works with Checkout.

thick tendon
#

ok

#

so i can do it anyways with separate charges and transfers

#

but how can i be calculating stripe fee?

#

as i see stripe fee can changing depend on type of card

#

if card is from outside of europe stripe is charging 2.8% and UK i think it was 2.4%, for european 1.4%

strange axle
#

hey there @thick tendon -- yes the fees will be different for each country and payment method type

#

You'd have to account for that if trying to calculate ahead of time -- you can only inspect the actual fees afterward

#

What are you trying to do with this?

thick tendon
#

well to tax the shops i need to calculate the total amount without stripe fee

#

cus i cant use stripe taxes module so i need to calculate taxes

#

thats why i need to know the fee

digital rock
#

Hey @thick tendon, I'm stepping in here. Give me a moment to catch up.

#

So your issue is that you want to know the card type before the charge, is that correct?

thick tendon
#

yes

#

for calculating stripe fee

#

also, is it possible to use cardElements with separate charges and transfers

#

right?

frozen fiber
#

You can examine the card type with the change event after the user enters the card number.

#

And since separate change & transfers are just payment intents on the platform and transfers to connected accounts there is no reason you cannot use Card or Payment Elements

#

I am not familiar enough with the Magento module to understand what other actions in your integration would trigger this update request but it was a request from the Magento plugin.

fleet coralBOT
little loom
#

Hello! You had another question?

opal fossil
#

Going to archive for now, please follow up in the main channel if you have more questions instead!

proud compass
#

@thick tendon here

thick tendon
#

thanks so much

#

I have another question related with separate charges and transfers my developer told me that when we need multiple transfers to be done then we (As platform) we need to advance the money from our own balances, so basically he said we need to have funds in our platform to make those multiple transfers, thats why we talked to stripe and they talked us about beta, for topups

proud compass
#

Yes, that sounds correct. And what's your question?

thick tendon
#

we want to make it through the debit charged to customer

#

not through our balances

#

can you confirm that we can do with separates charges and transfers

proud compass
#

You can do Separate charges and transfers, with source_transaction on the Transfer

thick tendon
#

as i said, we are charging to customer through cardEelements and then we are taking 2 fees and sending to selected connecting accounts, also taking taxes from that amount

thick tendon
#

sorry if i seem repetitive, but my developer told me that the only way is through our balances

#

and we cant do that way

#

we need to make it through customer charges

proud compass
#

Yes this way it would take the fund from the source_transaction. It is explained on that Doc.

By using source_transaction, the transfer request succeeds regardless of your available balance and the transfer itself only occurs once the charge’s funds become available.

thick tendon
#

ok and how long takes charge´s funds to be available?

#

i mean when a customer through cardElements is charged (We are using debit card/google pay or apple pay) the money is instantly in our account?

proud compass
#

Yes, as long as the Charge status changed to succeeded

thick tendon
#

ok thats great!