#battbot-transfer
1 messages · Page 1 of 1 (latest)
hi
have you retrieved the balance on your platform? Do you know what source_type the balance is?
i'm only seeing what's on the stripe dashboard
haven't tried to retrieve balance via api
Do you take ACH payments?
I also think it should show you in the Dashboard when you select "create transfer" which balance you are holding
Lastly, if you want to provide me the request ID for the error I can take a look on my end
Yeah gimme a sec
req_FRcAOkFXgxdQIe
From the balance API i get:
{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "cad",
"source_types": {
"card": 0
}
},
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"connect_reserved": [
{
"amount": 5143,
"currency": "cad"
},
{
"amount": 0,
"currency": "usd"
}
],
"livemode": false,
"pending": [
{
"amount": 41559,
"currency": "cad",
"source_types": {
"card": 41559
}
},
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
]
}
Ah okay so that is your issue
All of your balance is pending right now
You are using source_transaction but the funds related to that charge have already been paid out
how can i ensure there's sufficient funds in the platform account for delayed transfers?
You would need to use Manual payouts