#typek3

1 messages · Page 1 of 1 (latest)

desert pathBOT
dusky dew
#

Hello 👋
What are you seeing in the response when you retrieve the balance?

silver pike
#

Let me check.

#

Fun fact number 1: This was POST body to /v1/transfers :

{
  "destination": "acct_1NId5EREQItMQPWd",
  "amount": "100",
  "currency": "USD"
}
#

In the dashboard I see that this account has $0.99

#

Give me a sec

dusky dew
#

acct_1NGrmnRTEdLEQEHG

silver pike
#

Yeah, that's true. That was a different one.

#

I have to manually hit all endpoints.

#

Give me a sec

dusky dew
#

Also you'd want to make sure the accounts are not on automatic payouts

silver pike
#

They are not.

#

So when I've requested balance, I'm getting this:

{
  "available": [
    {
      "amount": 0,
      "currency": "pln",
      "source_types": {
        "card": 0
      }
    }
  ],
  "livemode": true,
  "object": "balance",
  "pending": [
    {
      "amount": 410,
      "currency": "pln",
      "source_types": {
        "card": 410
      }
    }
  ]
}
#

In dashboard I see the below

dusky dew
#

Yeah so the balance is pending. You can't create a payout until those funds settle

silver pike
#

ah

#

7 days for new accounts?