#919889495555_api-account-support
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/1288068130953760779
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi
919889495555_api-account-support
@worldly fable :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
technical question
@wintry ore hi
we have an product where Instructor and Learner exist. Learners pays to Instructor via our playform. I need a mechanism where i can payout to the instructor directly his/her account. Leaner does the payment and i recevie on Stripe. How can i achieve this?
in that case you need to use Connect https://docs.stripe.com/connect/collect-then-transfer-guide?platform=web
this guide https://docs.stripe.com/connect/payouts-connected-accounts explains how the payout get to the connected accounts
so do the merchant needs to register on stripe?
yes
do we have any mechanism where we can create their account when they register on our app?
yes
This is described in detail in the article my colleague provided.
this one is to create account
once account is created, how we will process the payment to created account?
Sorry, I thought this article contains an example. Here's the one: https://docs.stripe.com/connect/collect-then-transfer-guide
so the payment is done via different module
we dont send customer payment link
we get the payment done via different modes. from ios and android app
so learner does that
but now i need to do the payment to the instructor(merchant)
this article is not havent that
You can choose what type of integration you have:
If you create PaymentIntents, you specify the destination Stripe Connected account that you want to transfer the funds to.
can i have the link of this?