Accounts / Index
Name | Accounts / Index |
|---|---|
Description | List EvoPay accounts (offices) |
Type | GET |
URL | /v9/accounts |
API|User | |
No |
Long Description
Lists the EvoPay account balances for all offices in your brokerage.
Examples
Request | Response |
|---|---|
/v9/accounts |
|
| {
"accounts":[
{
"pending_sent":"13108.06",
"balance":"100412.79",
"url":"/offices/6",
"pending_amount":"0.0",
"id":6,
"spendable":"87304.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
} |