#tamil-selvan_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/1268552394619228172
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here is the scenerio
I have an website with checkout, once user checkout, my stripe account will open and get the user payment. After that payment I need to transfer certain amount to my Vendor who has another stripe account.
I have tried with Stipe Connect, Express/Custom. But unable to find the option to add the stripe account there.
I don't know sorry If I ask stupid or irrelavent question. But vendor refused to do all the process inside Stripe connect.
Can you help me how to do that transfer in one checkout?
What does:
I don't know sorry If I ask stupid or irrelavent question. But vendor refused to do all the process inside Stripe connect.
Mean?
You can't transfer funds to another account without using Connect
Is there any possibility to link the stripe account in my connected account?
I don't know what that means
You can connect another Stripe account to your account, yes.
Is that what you are asking?
That is what Connect does
If so, you would use OAuth to connect an already-existing Stripe Account to your account: https://docs.stripe.com/connect/oauth-standard-accounts
Thank you Bismarck. You mean I need to add Standard type connected account. Is it correct?
If you are connecting an already-existing Stripe Account then yes, that would be a Standard Connected Account
Thank you. You made my day. How do I test that Standard connected account before proceeding to them?