#saucingonyou-transfer-connected-acc-to-platform
1 messages · Page 1 of 1 (latest)
Hello 👋
It depends on the type of the connected account
If you have express or custom accounts, you can look into account debits
https://stripe.com/docs/connect/account-debits
For standard accounts, unfortunately account debits isn't an option.
You could set them up as a customer and charge them using PaymentIntents
I see, I'm using custom accounts - so I think I'd be able to use this approach
Seems like the /v1/charges call listed in your example is the debit action?
that is correct, yes.