Here, I am using Stripe APIs for payment gateway. There is no requirement to make payment through bank account to stripe account and vise-versa. That's why I am making payment with one stripe account to other stripe account.
This process I have done with "https://stripe.com/docs/connect/charges-transfers" that is complete working.
I have done all the functionality but main question is as below.
Question:
Can I hold payment in between from one stripe account to other stripe account?
For e.g. If one user is making payment from stripe account, the balance should be deduct. But when I want to release that payment, then other user will get that balance.
In between is it possible to make the payment in hold?
Suggestions are welcome. Thanks.