#r-v-chandan_api

1 messages · Page 1 of 1 (latest)

split meteorBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1361612151978197193

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

signal bloom
#

hi there!

#

I'm sorry I don't understand your question. can you share a concrete example of what you are trying to do?

wise karma
#

like i have collected amount for a customer A
i need to do a settlement this amount in two parts for customer B
and one more for mine account

for customer b i m using payout by making them to create a connect account
now for getting amount settle to my account how can i achive this using api

signal bloom
#

what do you mean by "do a settlement this amount in two parts for customer B"? are you trying to payout money to your customers?

wise karma
#

Let me clarify my use case with an example:

I have collected a certain amount from Customer A.
Now, I need to settle this amount in the following way:

Split the collected amount into two parts, and payout these parts to Customer B (they already have a connected account for payouts).

Transfer the remaining portion of the amount to my own business account.

I’m using payouts via Connect accounts for Customer B.
My question is:
How can I transfer or settle the remaining amount to my own account using the API?

i means settle here i m refereing as payout .

signal bloom
wise karma
#

its a Direct charges

signal bloom
#

then create the Direct Charge and set application_fee_amount. This way the connected account will get all the funds, and then your paltform gets the application fee.

wise karma
#

can't we have our own connect account ?

signal bloom
#

what does that mean? I don't understand.

#

you don't want funds on the platform account? funds should move to two different connected accounts?

wise karma
#

after accepting payment while creating payout can we set application_fee_amount

#

?

signal bloom
#

I don't get it. if you arelady have the funds on your paltform account, then you cna transfer it to a connected account with the Transfer API.

#

There are three different steps, and I think you are mixing them up:

  1. collect the funds from the customer
  2. transferring money from one Stripe account to another
  3. doing a payout from the Stripe account to the bank account
#

you question is about which step(s) exactly?