#wangtao-split-payment
1 messages · Page 1 of 1 (latest)
heya @tight void, it sounds like you're using a plugin by yo-kart. You should reach out to yo-kart for advice as the they're the ones who implemented the plugin logic
Thanks, I'm new to Stripe. Is there any way to charge a payment for a connected account, and then process the transfer in a delayed time?
Without using plugins
@copper terrace
to clarify, funds from a payment are not immediately "available" in your Stripe balance. The funds are "pending" for a period of time before becoming "available". Yes, you can control when to transfer the funds to your connected account.
Thanks again. I'll do more research on it
no problem, feel free to reach out again if you have any other questions!
Actually I'm still a bit confused. What I'm doing is that I'm working on a website which sells refurbished electronics. And one of the requirements is that buyers should pay the product he buys first, wait until the product to be shipped, then transfer a certain amount of the payment to the seller (a custom account). The payment amount should not be greater than what buyers has paid and it should be delayed. What's the best API to handle this kind of usage? (direct charges, destination charges and separate charges and transfers)
Hi! I'm taking over this thread!
So if I understand correctly, you want the platform account to receive the funds first, and then at a later date send the funds to the seller (connected account)?
In that case, you may want to use"charges and transfers" as explained here: https://stripe.com/docs/connect/charges-transfers