When a game completed and the player win (even bet return when result is Tie in Baccarat) PlayerWin will send to partner system to adjust the balance of the player. This request will keep trying if partner system no response or respond error.

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 add back (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 |
gametype | Game type slot - Slot Game table - Table Game multiplayer - Fishing Game | String | Y |
gamecode | Game code of the game | String | Y |
Payouttime | Time of the payout | DateTime | Y |
gameid | Game ID | String | Y |
JackpotWin | Jackpot win status (true/false) true - when the win amount is generated from Jackpot false - when the win amount is NOT generated from Jackpot | Boolean | 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 |