简体   繁体   English

保留从一个条带帐户到另一个条带帐户的付款

[英]Hold payment from one stripe account to other stripe account

Here, I am using Stripe APIs for payment gateway.在这里,我将 Stripe API 用于支付网关。 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.我使用“ https://stripe.com/docs/connect/charges-transfers ”完成的这个过程已经完成。

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?我可以在一个 Stripe 账户和另一个 Stripe 账户之间保留付款吗?

For eg 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.谢谢。

Here, after some research and some implementation, there is process to hold the funds by using Charge API with capture parameter that is related to bank account.在这里,经过一些研究和一些实施,有一个使用Charge API 和与银行帐户相关的capture参数来持有资金的过程。

But there is no any API to capture or hold the funds from one stripe account to other stripe account because stripe is not a wallet service.但是没有任何 API 来capture或保存从一个 Stripe 账户到另一个 Stripe 账户的资金,因为 Stripe 不是一种钱包服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM