gpt4 book ai didi

php - 剥离 "Transfer"和 "Payout"问题 "No such destination"PHP

转载 作者:行者123 更新时间:2023-12-04 10:27:32 26 4
gpt4 key购买 nike

当我尝试向另一个条纹帐户汇款时,它显示错误
Fatal error: Uncaught (Status 400) (Request req_THWS8JfPOYcSrv) No such destination: "accountid" thrown in stripe-php\lib\Exception\ApiErrorException.php on line 38
对于我使用的转移

\Stripe\Stripe::setApiKey('SITE_KEY');
$transfer= \Stripe\Transfer::create([
'amount' => 1000,
'currency' => 'usd',
'transfer_data' => [
'destination' => 'other_stripe_account',
],
]);

对于支付我使用
\Stripe\Stripe::setApiKey('SITE_KEY');
$payout = \Stripe\Payout::create([
'amount' => 50,
'currency' => 'usd',
'destination' => "other_stripe_account",
],
["stripe_account" => "MY_STRIPE_ACCOUNT"]);

我做错了什么。

最佳答案

您不能使用任何其他帐户通过 Strip 汇款,您只能使用您在仪表板中创建的帐户,例如“连接帐户”,而不能将资金转入这些帐户。

关于php - 剥离 "Transfer"和 "Payout"问题 "No such destination"PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60566078/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com