/
5.1 getDailyBalances()
5.1 getDailyBalances()
Retrieves the player final balances per given date.
Date passed must not be for current day, also, if you wish to have this report available to you, you must contact our support first.
public getDailyBalances( string $date )
Parameters
string
$date required - In Y-m-d format (Aug. 9 2012 is represented as '2012-08-09')
Return Values
array
REST REQUEST
Array ( [api_password] => xapitest [api_login] => xapitest [method] => getDailyBalances [date] => 2012-09-19 [currency] => EUR )
REST RESPONSE
{"error":0,"response":[{"player_id":"42057","username":"Dejan007","balance":"90.84","date":"2013-09-30","username_real":"jan007"},{"player_id":"50781","username":"borutle","balance":"19774.25","date":"2013-09-30","username_real":"rutle"},{"player_id":"50783","username":"hristians","balance":"1337.15","date":"2013-09-30","username_real":"istians"},{"player_id":"50847","username":"matick123","balance":"96.35","date":"2013-09-30","username_real":"tick123"},{"player_id":"50848","username":"borutl1","balance":"1764.81","date":"2013-09-30","username_real":"rutl1"},{"player_id":"62259","username":"alberto1","balance":"0.00","date":"2013-09-30","username_real":"berto1"},{"player_id":"63483","username":"nonsolobet","balance":"50.00","date":"2013-09-30","username_real":"nsolobet"},{"player_id":"64780","username":"unikylo","balance":"316.53","date":"2013-09-30","username_real":"ikylo"},{"player_id":"64945","username":"gambee","balance":"497.00","date":"2013-09-30","username_real":"mbee"},{"player_id":"76559","username":"demo456","balance":"208.80","date":"2013-09-30","username_real":"mo456"}]}
Source Code
public function getDailyBalances($date){ return $this->client->getDailyBalances($date); }
Related content
3.4 seamless rollback transaction callback *
3.4 seamless rollback transaction callback *
Read with this
6.1 getDailyBalances()
6.1 getDailyBalances()
More like this
Tool for faster integration
Tool for faster integration
Read with this
5.3 getDailyReportMulti()
5.3 getDailyReportMulti()
More like this
8) seamless debit players balance callback *
8) seamless debit players balance callback *
Read with this
7.2 getDailyReport()
7.2 getDailyReport()
More like this