简体   繁体   English

确认付款已到达外部银行账户

[英]cofirming a payout has reached external bank account

when money is to be transferred from platform to connect account's external bank account, i am doing a transfer from platform balance to connected account.当资金要从平台转账到连接账户的外部银行账户时,我正在从平台余额转账到连接账户。 on doing transfer a tr_xxxxx id is generated, as read in the docs transfer means only sending the amount from platform account to connect account, but the amount gets transferred to bank using payout after 2 days.在进行转账时会生成一个 tr_xxxxx id,因为在 docs transfer 中读取意味着仅将平台账户中的金额发送到连接账户,但金额会在 2 天后使用付款方式转移到银行。 then a payout id is generated.然后生成一个支付ID。

so, i am unable to get how to track a transfer, that whether a particular transfer has reached an external bank or not.因此,我无法了解如何跟踪转账,即特定转账是否已到达外部银行。

I followed up with Stripe support team, they said to expand the payout object and then get the transfer id out of it.. but i tried expanding all the stripe objects but neither i am able to retrieve payout_id from transfer_id nor transfer_id from payout_id.我跟进了 Stripe 支持团队,他们说要扩展支付 object,然后从中获取转移 ID。但我尝试扩展所有条纹对象,但我既无法从 transfer_id 检索 payout_id,也无法从 payout_id 检索 transfer_id。

what flow should i follow such that i can see if a transfer was successful, if failed, i will have to reverse the transfer too, to the platform balance.我应该遵循什么流程,这样我才能看到转移是否成功,如果失败,我也必须将转移反转到平台余额。

You should use webhooks to listen for failed payouts , and handle them when the payout.failed event is sent.您应该使用 webhook 来监听失败的支付,并在发送payout.failed事件时处理它们。

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

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