Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns player balance after debit transaction.

Panel
titleExplanation

Debit requests are called when user makes a bet, so it's basically a bet request, which includes the amount used to lower player balance.


Panel
titleColor#4d67ff
titleRequest common parameters


Query string nametype (max)descriptionmandatory
callerIdStringCaller authentication usernameY
callerPasswordStringCaller authentication passwordY
callerPrefixString2 or more letter prefix that is used internally to prefix player username for your accountN
usernameStringPlayer username (non-prefixed) created by your createPlayer callY


...