#Nvard - hi
1 messages · Page 1 of 1 (latest)
I need to pay my sellers once I get profit on my stripe account
but the process should be handled through code
Can you please help me how the integrations needs to be handled
If you plan to pay sellers, you will need to use Stripe Connect. You can learn more about this here: https://stripe.com/docs/connect
I have tried in some ways but didn't succeeded
Can you provide more information on that
What have you tried so far? I guess two important steps are:
- decide which types of account you create for your sellers https://stripe.com/docs/connect/accounts
- decide which types of charge you create to collect payments: https://stripe.com/docs/connect/charges
I have tried to create a custom accounts
And what happened? Did you run into an issue?
Note that custom accounts is a complex Stripe integration, so we usually recommend to use Express instead which is simpler.
after creating custom account it requires too much information. What I need is to make a simple transaction to my sellers bank cards
they come to my application sell tickets, then later on I want to transfer their money into their account by keeping my commission
Yep, as @karmic dew noted custom accounts are the most difficult integration path for Connect
You should look at Express accounts instread
It's all documented here: https://stripe.com/docs/connect/express-accounts
No, that would be using custom connect
ok how we can integrate payment only from backend using custom
if we don't have that much information
You can't. You need to collect that information from your customers so they can be verified/onboarded before they can begin processing payments