#cryptiano

1 messages · Page 1 of 1 (latest)

analog cargoBOT
serene turtle
#

That won't show upcoming but will show previous and in transit

potent tinsel
#

So i need to show these two:

  • In Transit
  • and the remainign balance
#

the total amount

#

not individual payouts*

serene turtle
potent tinsel
#

ok thanks i will try

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

Whats pending here?

#

i basically need this data

#

ok nevermind

#

i found the description in the docs

analog cargoBOT
potent tinsel
#

ok it worked

#

the Balance api's available means in transit and pending means future payouts

gaunt linden
#

Great! I'm happy to hear that worked out for you.