Page 1 of 1

accounts transaction

Posted: Mon Apr 11, 2022 6:44 am
by bejjene
can someone help me with getting the number of made transactions for an account?

i am using :

$param12= array("Command" =>"AccountsTransactions", "DateStart" => $start, "DateEnd" => $end , "Player" => $player1);
$api12= Poker_API($param12);

now i need to get the number of transactions in this list. can someone help me with this?

i have also another prob . the player is case sensitive .

Re: accounts transaction

Posted: Mon Apr 11, 2022 9:34 am
by Kent Briggs
It returns a Count parameter so:

$api12 => Count

To solve the case sensitivity issue, call AccountsGet with the player name (which is not case sensitive) and it will return a Player parameter with the corrected case.