#mindsetinmeta

1 messages · Page 1 of 1 (latest)

outer spindleBOT
proper knoll
hexed creek
#

thanks

#

Is there a way I can test payout API?

proper knoll
#

What specifically do you mean by test?

hexed creek
#

I'm trying the API in postman

#

with a connected account

#

I'm wondering if there are payouts data in testing mode

#

as I'm getting empty results from Payout API

#

{
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/payouts"
}

proper knoll
hexed creek
#

req_QHGTwktK1iGMt3

proper knoll
#

Are you sure acct_1LvGQwRWW5n8dD33 has any Payouts to list?

hexed creek
#

It's a connected account created and we have created multiple payments to this account in testing mode.

#

Is there anything else need to be done?

mild adder
#

doesn't look like that Express account has any bank account added, so naturally we can't create/send any payouts

hexed creek
#

will double check. thanks.

#

I just tried with another connected account with payouts data. Now I can get payouts data under that account. However, when retrieving the payments associated with the payout, I'm getting the following error:

#

Are automatic payout running under testing mode? I think I have to simulate payout with CLI, right? which means, it has to be manual mode.

mild adder
#

for those payouts, once they exist you can list the BalanceTransactions that are part of them . For manually triggered payouts you can't list BTs since the concept doesn't make sense when it's just a specific lump sum being paid out

hexed creek
#

right

mild adder
#

so generally I recommend creating an account with a bank account, doing test transactions over time as you build out your integration, and when you come back in a day or two to start looking at payouts, there will be some automatic ones already created. Not ideal but it is what it is