我正在使用stripe從一個帳戶轉移到另一個帳戶。我在我的測試模式下有足夠的金額,但我得到的資金不足錯誤。我從15天開始工作,但我無法工作爲此找到任何可行的解決方案。 其中我使用用於傳送的代碼量爲:條紋帳戶轉移
@pay =
Stripe::Transfer.create({
amount: @offer_transaction.amount.to_i,
currency: 'hkd',
destination: @offer_transaction.transfer_payment_in,
description: 'Transfer for [email protected]'
},
{
:stripe_account => @user.stripe_connect_account_id
})
「@ offer_transaction.amount.to_i」的值是多少? –
@ offer_transaction.amount.to_i是10000 –
什麼是您使用的卡號或帳戶..? –