#tahir
1 messages · Page 1 of 1 (latest)
Hi how can we help?
Could you please guide me how to do Mass payment using stripe api and what is required to do that?
What do you mean by Mass payment?
I've multiple users i want to pay them at the end of day using cron job
or i can pay at the end of month
You want to pay them? Do they have Stripe Account?
Yes i've
stripe account and i am using stripe api to get payment from clients
now i want to share some percentage with my users. how can i do that
alright. transfer api send amount on connected account?
to use transfer api i need to add funds in connected account. am i correct?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes you specify an amount
it requires fund in your own account
so its means i dont need to connect any account with my main account?
i'd suggest going through https://stripe.com/docs/connect/add-and-pay-out-guide
so i need to connect user account first?
yes, you need to have a Stripe account connected to your Platform account first
then how can i add funds in conneted account using api
you would transfer funds from your platform balance to the connected account
is there any api for that?