My Account

Skip to content

Transaction History

Show last:
  • Total deposited amount
    {{finanCreditAmount | currency : responseCurrencySymbol}}
  • Total withdrawn amount
    {{finanDebitAmount | currency : responseCurrencySymbol}}
  • Overall Profit
    {{gameProfitAmount | currency : responseCurrencySymbol}}
  • Overall loss
    {{gameLossAmount | currency : responseCurrencySymbol}}
  • Total amount of time spent
    {{timeSpent | date: 'MM/dd/yyyy HH:mm:ss a'}}
Show last:
Column one has the Game name, other columns show the session ID, the start date, the end date, the duration, the wager Amount, the win Amount and status.
Game name Session ID Start Date End Date Duration Wager Amount Win Amount Status
{{ gameTx.gameName || " ------- "}} {{ gameTx.gameSessionId || " ------- " | limitTo: 9 }}.. {{ gameTx.sessionDuration || " ------- "}} {{ gameTx.totalPurchaseAmount/10000 | currency : currencySymbol || " ------- "}} {{ gameTx.totalPaidAmount/10000 | currency : currencySymbol || " ------- "}} {{ gameTx.gameSessionEndDate ? "Closed " : "Opened" }}
Show last:
Custom Financial Transactions
Column one has the date of the transactions, other columns show the amount, the type, the description and the game details in a modal.
{{ finanTx.amount / 100 | currency : playerCurrency || " ------- "}} {{ finanTx.type || " ------- " }} {{ finanTx.comment || " ------- " | limitTo: 52 }}.. Details



{{plyrMessage}}
Show last:
Game Name Session ID Start Date End Date Duration Wager Amount Win Amount View
{{ sportsTx.gameType.gameTypeDescription || " - "}} {{ sportsTx.sessionID || " ------- " | limitTo: 9 }}.. {{ sportsTx.sessionDuration || " ------- "}} {{ sportsTx.totalAmountSpent/10000 | currency : currencySymbol || " - "}} {{ sportsTx.totalAmountWon/10000 | currency : currencySymbol || " - "}} view more



{{plyrMessage}}