#khoi1644
1 messages · Page 1 of 1 (latest)
It'll be automatically converted to the connected account's payout currency.
You have insufficient funds in your Stripe account for this transfer. Your card balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance
i am actually getting this error on creating a transfer
using USD currency to a CAD connected account
(works fine from USD to USD account)
tr_1NhRISGzJjwu8BjOCSUrTkDc
this is the tranfser id
Did you use /v1/balance endpoint to view your balance before the transfer?
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_9fFq6pHTbyNP3f
surprisingly dashboard marked it as successful even though i am getting an error back in webhook
This request was successfully, what's the webhook event ID?
'payout_id': 'f205fd81-13f3-469b-b396-b6dc34f9d64a', 'event': 'create_stripe_payout', 'timestamp': '2023-08-21T06:10:06.130359Z'
What's the ID of the event that told you the transfer is failed?
An event ID starts with evt_
You said you received a webhook that informed you the transfer was failed, can you share share with me the webhook event ID?
ah i think i see the problem
transfer was actually successful
but then when i call stripe.Payout.create, we also send usd, that's why this step failed
so for payout.create, i actually need to pass in the connected account's settlement currency
for the 0.5% conversion fee, does that apply at Transfer or Payout? If Payout, that would deduct from connected account's balance right?