#r-v-chandan_api
1 messages · Page 1 of 1 (latest)
👋 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.
hi there!
I'm sorry I don't understand your question. can you share a concrete example of what you are trying to do?
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
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?
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 .
got it. how are you accepting payments? Direct Charges, Destination Charges, or Separate Charges & Transfers? https://docs.stripe.com/connect/charges
its a Direct charges
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.
can't we have our own connect account ?
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?
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:
- collect the funds from the customer
- transferring money from one Stripe account to another
- doing a payout from the Stripe account to the bank account
you question is about which step(s) exactly?