#anubhav_code

1 messages ยท Page 1 of 1 (latest)

edgy blazeBOT
#

๐Ÿ‘‹ 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/1324252452098150451

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

sharp hinge
#

hello! how can I help?

next fulcrum
next fulcrum
sharp hinge
#

Can you elaborate more on your business model? I'd imagine that the customer would make payment, and the funds are transferred to the connected accounts (freelancer). Why would there be a need to transfer funds from one connected account to another connected account?

next fulcrum
#

my business model is, user adds money to the wallet that money is added so stripe[owner of stripe account, not the freelancer], then when user withdraws the amount he gets his money back.

sharp hinge
#

Who is the user in this case? Why / what would the user add money to the wallet for?

next fulcrum
sharp hinge
#

so is the user actually the Customer ? Where the Customer is paying for a service by the freelancer?

next fulcrum
#

right, all the transactions are actually happening in form of coins, when the user/customer is adding the money to his wallet, it is added in form of coins, and then that coin is transferred to freelancer, which he can withdraw later by that freelancer.

sharp hinge
#

You can't transfer funds between two connected accounts. Payment for the services is fairly straightfoward, either use direct charges, or destination charges depending on your use case - https://docs.stripe.com/connect/charges#types. The funds will automatically be transferred to the freelancer connected account.

Create a charge and split payments between your platform and your sellers or service providers.

next fulcrum
#

no, I think I misunderstood it, we are not transferring between connected accounts, we are transferring from stripe balance to connected account, when we are taking the money we are using your gateway and money is stored in stripe balance, when the vendor[freelancer] request for release of payment using API, we intent to transfer the account from balance to vendor's account, for this purpose, we are creating the connected account for the vendor how ever we are not creating connected account for owner.
our business model is exactly like Upwork, where a person[client] finds a freelancer[vendor], get the work done and pay the amount to the vendor through us.

sharp hinge
#

are your freelancers based in the same region as your Stripe account? i.e. if your freelancers are based in the US, is your Stripe account also in the US?

next fulcrum
#

no not for US, its only for Canada

sharp hinge
#

so the freelancers are in CA, and your Stripe account is also in CA?

next fulcrum
#

yes, only for CA, freelancers are also only from CA, and stripe account is also in CA

sharp hinge