#shermann008-
1 messages ยท Page 1 of 1 (latest)
hi i have some clients on my application. each of them has a stripe account. i want to make a payement since my stripe account to each client's stripe account.
i use php
To clarify, are you using Stripe Connect, and if so, are you the Platform account and you're looking for a way to send funds to your Connected Accounts?
exactly
Gotcha, that is accomplished by creating a Transfer from your Platform account:
https://stripe.com/docs/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.