#swati

1 messages · Page 1 of 1 (latest)

desert jewelBOT
void kindle
#

Hi there!

nova talon
#

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

void kindle
#

Interesting. Can you share your transfer ID (tr_xxx)?

nova talon
#

I create transfer using your guide

#

thanks a lot

void kindle
#

Oh I actually I see in the response you shared that your available balance if for bank_account:

"available": [
        {
            "amount": 3160,
            "currency": "usd",
            "source_types": {
                "bank_account": 3160,
                "card": 0
            }
        }
    ],

So to make that work you should set the source type when creating the transfer to use the bank_account. Otherwise we use the card balance by default.

nova talon
#

acct_1Ll6wy2SOwurIh6T

#

yes

void kindle