Page Properties |
---|
label | api_docs_CONTROLLERNAME |
---|
|
|
Long Description
Lists the EvoPay account balances for all offices for in your brokerage.
Examples
Request | Response |
---|
/v9/accounts | |
| Code Block |
---|
theme | Confluence |
---|
language | ruby |
---|
| {
"accounts":[
{
"pending_sent":"13108.06",
"balance":"10412100412.79",
"url":"/offices/6",
"pending_amount":"0.0",
"id":6,
"spendable":"730487304.73",
"updated_at":"2013-04-11T21:57:55Z",
"currency":"USD"
},
{
"pending_sent":"0.0",
"balance":"345.32",
"url":"/offices/1666",
"pending_amount":"0.0",
"id":1666,
"spendable":"345.32",
"updated_at":"2012-12-06T22:03:29Z",
"currency":"USD"
}
],
"current_page":1,
"per_page":100
} |
|