#GomuGomu88-connect

1 messages · Page 1 of 1 (latest)

sudden relic
#

Hi! So what exactly is your question?

finite viper
#

im getting an error while im trying to set the platform account stripe ID

#

so i need to transfer the money to my platform account balance

#

i.e for a payment of 10$ a 3% will be our fee, so:
0.30$ for our platform balance and then 9.70$ for the commerce

sudden relic
#

Can you share the request ID that generate the error?

finite viper
#

This is the error:

The 'destination' param cannot be set to your own account.

sudden relic
finite viper
#

but in this case, destination is the platform account

#

owner account of stripe connect

#

thats why im getting the error that cannot be sending money to my own

#

so i need a way to transfer money to my own (Platform account) as a fee

sudden relic
#

When using separate charges and transfer:

  1. the platform account collect money from the customers
  2. and then the platform account create a transfer to a connected account
finite viper
#

im doing the transfers correctly to the connected accounts, this is not the problem

#

but i want to collect a fee for the platform account

#

and i dont know how to transfer the money there

#

get my point?

#

im talking about stripe connect owner platform account

#

where i want to transfer that amount in shape of fee

cedar sapphire
#

Hi @finite viper, @sudden relic is no longer available I'm taking over, please give me a few minutes to catch up and get back to you

#

first, could you please send a request Id as requested by @sudden relic so I could take a better look at how you are implementing you integration?

finite viper
#

i have no, my developer told me the error description

#

but not the request ID

#

but do you understand whats the problem?

#

we have platform account balance and then connecting accounts

#

we want to take a fee of every payment did in our platform, and this fee we want to be stayed in our platform account balance

#

but we dont know how to transfer the money there, as we tried with stripe ID but we got the next message: The 'destination' param cannot be set to your own account.

cedar sapphire
#

@finite viper I'm really sorry but the only way I could help you is to get a request Id and try to look at the problem, if you don't have a request Id for now maybe try to contact support https://support.stripe.com/?contact=true with your issue, and they might be able to help you better since it would be an authenticated channel

finite viper
#

req_5Lrv39o3iv8cPU

#

here

cedar sapphire
#

I'll take a look and get back to you

finite viper
#

thanks

cedar sapphire
#

ok I see there's a bit of confusion in what you are trying to accomplish

#

let me go back and explain our multiple ways of handling payments when it comes to Connect Accounts

finite viper
#

its ok

#

well we want to make a tip payment system for restaurants and waiters

#

so our customers are gonna be waiters and restaurants and they are gonna be our connecting accounts

#

there is not problem for us for transfering to connecting accounts

#

but as i told you we want to take a fee of every tip, and we thing we should be transfering to our platform balance

fluid pewter
#

Hey, taking over here! Can you summarise your question/issue?

finite viper
#

i want to transfer some part of the payment to the platform account

#

this is a summarise

fluid pewter
#

some part of the payment to the platform account
Some part of what payment?

#

What kind of Connect accounts/charges are you using?

finite viper
#

express accounts

#

i mean we want to take a fee from every payment

#

So we want to collect in platform balances

#

understand?

fluid pewter
finite viper
#

we are using separate charges and transfers

fluid pewter
finite viper
#

no, this is the integration

#

stripe separate charges and transfers

#

i have a question, when we receive a payment, is that amount going to our platform balances? if we dont make any transfer?

fluid pewter
#

Ok. So for you to take a 'fee', you just transfer the amount less your fee

#

i.e. charge $10, fee is $2, so the transfer is for $8

fluid pewter
#

The payment is created on the platform account

#

When creating charges on your platform and separately creating a transfer, the platform can earn money by allocating less of the charge amount to the destination Stripe account, as in the above code example. Assuming that represents a delivery service transaction, with a charge to the customer of 100 USD, a transfer of 20 USD to the delivery person, and a transfer of 70 USD to the restaurant:
See: https://stripe.com/docs/connect/charges-transfers#collecting-fees

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.