#joe8912

1 messages · Page 1 of 1 (latest)

hybrid creekBOT
inner elk
#

That way you can just initiate several transfers manually

civic nebula
#

Ill take a look. thank you

inner elk
#

No problem

civic nebula
#

I'm currently using a test connect account for the transfer account when I try Stripe.Transfer.create I always get insufficient funds. the weird thing is I have funds on both platform and connect account. I also tried looking for the manual payout option and it doesn't appear. Is it because I'm on test mode?

inner elk
#

Can you share the request id?

civic nebula
#

yes id is req_tOzMPjBv7qreYd

inner elk
#

Your balance may be in pending

#

not available

#

That helps avoid the insufficient funds issue

#

Recommend reading that linked section

civic nebula
#

{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"connect_reserved": [
{
"amount": 0,
"currency": "usd"
}
],
"livemode": false,
"pending": [
{
"amount": 93869,
"currency": "usd",
"source_types": {
"card": card#
}
}
]
}

inner elk
#

Yep all in pending

#

Go with the source_transaction route

civic nebula
#

ok got it thank you!