Returns player balance after debit transaction.
Panel |
---|
|
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 |
---|
title | Request common parameters |
---|
|
Query string name | type (max) | description | mandatory |
---|
callerId | String | Caller authentication username | Y | callerPassword | String | Caller authentication password | Y | callerPrefix | String | 2 or more letter prefix that is used internally to prefix player username for your account | N | username | String | Player username (non-prefixed) created by your createPlayer call | Y |
|
...