When a game completed and the player lost. (no winning amount,) PlayerLost will be sent to the partner system. Since it is a loss so there is no amount parameter in the request. This request will keep trying if the partner system no response or responding error.
Parameters:Name | Description | Type and Limit | Required? |
---|---|---|---|
username | Username of the user | String (28) | Y |
currency | ISO 3 characters e.g. USD | String (3) | 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 |
gametype | Game type slot - Slot Game table - Table Game multiplayer - Fishing Game | String | Y |
hostid | Host ID, please refer to Section 11 | Int | Y |
gamecode | Game code of the game | String | Y |
Payouttime | Time of the payout | DateTime | Y |
gameid | Game ID | String | 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 |