#dannyboy-transfer
1 messages · Page 1 of 1 (latest)
I can't perform Transfer on that one... here's my script
Stripe::InvalidRequestError: (Status 400) (Request req_PSVAKTwm2TxPQH) You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to https://dashboard.stripe.com/account/payouts.```
You would want to include the source_transaction [0]. For context, if you don't include the source_transaction, it will take the funds from your available balance. The funds from the payment is not immediately available. It typically take a couple of days to become available.
[0] https://stripe.com/docs/api/transfers/object#transfer_object-source_transaction
what's the value should i put there?
try the charge object id
it works.. another question , how can i find the related charges + transfers for a single TransferGroup in the dashboard?
transfer_group is not clickable...
or something like this...
the 2nd screenshot is when i'm using transfer_data {destination} parameter when creating PaymentIntent
iirc, you can use the search bar