When a player makes a bet in a game, SimplePlay platform will send this request to partner system. This request must be responded within 3 seconds, otherwise it is defined as timeout and PlaceBetCancel will be sent to cancel/refund the unsuccessful bet.
Parameters:Name | Description | Type and Limit | Required? |
---|---|---|---|
username | Username of the user | String (28) | Y |
currency | ISO 3 characters e.g. USD | String (16) | Y |
amount | Amount to bet (decimal format and max. 2 decimal places) | Decimal | Y |
txnid | A unique id for all fund transfer | String (16) | Y |
timestamp | Timestamp in yyyy-MM-dd HH:mm:ss.fff (GMT +8) E.g. 2020-03-22 12:34:56.123 | DateTime | Y |
ip | IP of the user | String | Y |
gametype | Game type slot - Slot Game table - Table Game multiplayer - Fishing Game | String | Y |
platform | 0 - desktop 1 - mobile | Byte | Y |
gamecode | Game code of the game | String | Y |
gameid | Game ID | String | Y |
JackpotContribution | Jackpot Contribution (decimal format and max. 9 decimal places) | Decimal | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
username | Username of the user | String (28) | Y |
currency | ISO 3 characters e.g. USD. Except mXBT | String (16) | Y |
amount | Amount after adjustment (decimal format and max. 2 decimal places) | Decimal | Y |
error | Error code | Int | Y |
