This method is used to your organisation's balance
| Method | URI | Headers |
|---|---|---|
| GET | balance |
default |
| Field | Type | Description |
|---|---|---|
| success | Boolean | true or false |
| message | String | Message |
| data | Object | Shipment order id container |
| +balance | Float | Balance |
| +currency | String | Currency |
Successful
{
"success": true,
"data": {
"balance": "99,725.40",
"currency": "USD"
}
}