Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bet Acceptance - Coggle Diagram
Bet Acceptance
Bet Placed
Description:
The user placed chips on the bet spots
Indicators:
CLIENT_BET_CHIP
Text Generated:
The user placed bets in a total amount of XXXX for the XXXXX game that took place on XXXX at XXXX UTC.
Bet Accepted
Description:
The player's bets were accepted.
Indicators:
BET_ACCEPTED
Text Generated:
The bets were accepted and the game proceeded.
Bet Rejected
Invalid Response
Description:
An invalid response was received on the withdrawal call.
Indicators:
No retry logs are present. + there's an error code in the Inbound message. Example: status":"UNKNOWN_ERROR" or status":"INSUFFICIENT_FUNDS
OW_WITHDRAWAL_ATTEMPT_REJECTED
BET_REJECTED_THIRD_PARTY
Text Generated:
The bet was rejected due to an invalid response received from your casino's server on the withdrawal call generated by our system.
Min/Max bet requirement
Description:
The min/max bet requirement was not met.
Indicators:
BET_REJECTED_INVALID_BET
Text Generated:
The bet was rejected since the player did not meet the minimum bet requirements for the table.
OR
The bet was rejected since the player exceeded the maximum bet requirements for the table.
Late bet placed by player
Description:
The player's bet reached our server too late.
Indicators:
BET_REJECTED_LATE
Text generated:
The bet was rejected since the player's bet did not reach our server in time due to connection delays on the player's side.
Casino bet limits applied Description:
The limits configured on the casino's side were applied.Indicators:
CASINO_LIMIT_EXCEEDED_SESSION_TIME
CASINO_LIMIT_EXCEEDED_STAKE
CASINO_LIMIT_EXCEEDED_LOSS
CASINO_LIMIT_EXCEEDED_TURNOVERText Generated:
The bet was rejected due to the limits set up for the player on the casino's side. Specifically, [time limit exceeded, max stake amount exceeded, etc.].More info here: https://wiki.evolution.com/pages/viewpage.action?pageId=710052644
No Response
Description:
No response was received from the operator on our withdrawal call.
Indicators:
Retry logs are present
OW_OFFLINE_RETRY_EXECUTION_STARTED
OW_ONLINE_RETRY_EXECUTION_STARTED
Text Generated:
The bet(s) was rejected due to a no response received from your casino's server to the withdrawal call generated by our system.
Retry Unsuccessful
Max amount of retries reached (exhausted)
Description:
We never received a response on the retries and the max number of retries was reached.
Indicators:
OW_OFFLINE_RETRY_EXECUTION_RESULT message: status":"max retry count reached
OW_TX_MANUAL_RESOLUTION_REQUIRED
Text Generated:
Our system launched automatic retries, however, we did not receive any response from your casino's side. Eventually the maximum number of retries was reached.
Invalid response on the last retry
Description:
Invalid response was received on one of the retries.
Indicators:
OW_OFFLINE_RETRY_EXECUTION_RESULT - message: error in response
Text Generated:
Our system launched automatic retries, however, we received an invalid response from your casino's side on one of the retries.
-
Retry Successful
Description:
We received a proper response on one of the retries.
Indicators:
OW_OFFLINE_RETRY_EXECUTION_RESULT
Message: withdrawal","status":"success
Text Generated:
Our system launched automatic retries, we received a positive response on one of the retries and the withdrawal was performed.
Refunded?
Refunded
Description:
Bet cancellation was performed successfully.
Indicators:
OW_ADAPTER_CANCEL_CALLED
OW_ADAPTER_CANCEL_CALL_FINISHED
Message: response OK (result_success":"true" or "result_status":"Success"}
OW_WITHDRAWAL_REFUND
Text Generated:
Bet cancellation call was generated by our system and it was successful. The initial bet was refunded to the player.
Not Refunded - Reason
Reason 1 - Invalid Response
Description:
Bet cancellation failed due to an invalid response
Indicators:
OW_ADAPTER_CANCEL_CALL_FINISHED Message: status":"error in response
Text Generated:
Bet cancellation call was generated by our system, however, it failed due to an invalid response received from your casino's side on the bet cancellation call. Therefore, the refund failed.
Reason 2 - No Response followed by invalid response
Description:
Bet cancellation failed due to a no response followed by an invalid response
Indicators:
OW_OFFLINE_RETRY_EXECUTION_RESULT Message: status":"error in response
Text Generated:
Bet cancellation call was generated by our system, however, it failed due to a no response received on the bet cancellation call. The retries were launched again, however, we received an invalid response on one of the retries. Therefore, the refund failed.
Reason 3 - Invalid Response - maximum amount of retries reached (exhausted)
Description:
Bet cancellation failed due to no response.
Indicators:
OW_OFFLINE_RETRY_EXECUTION_RESULT message: status":"max retry count reached
Text Generated:
Bet cancellation call was generated by our system, however, it failed due to a no response received on the bet cancellation call. The retries were launched again, however,
Reason 4 - Refund wasn't initiated at all
Description:
Bet cancellation wasn't initiated by Evolution.
Indicators:
OW_ADAPTER_CANCEL_CALLED not present
Text Generated:
The Evolution system failed to initiate the bet cancellation call, therefore, the initial bet was not refunded to the player.
Circuit breaker was open
Description:
The bet was rejected automatically due to the circuit breaker being open
Indicators:
OW_CIRCUIT_BREAKER_FAILED_FAST
Text Generated:
The bet was automatically rejected since the circuit breaker was open at the time, due to an increased amount of OW calls without responses from your casino's side.
Evolution Fault
Description:
The bet was rejected due to Evo system mistake.
Indicators:
No Withdrawal Outbound call after Bet_Requested
Also other issues/anomalies that are impossible to predict but sometimes happen.
Text Generated:
The bet was rejected due to a temporary issue that took place on our side at that time.
Slow Response
Description:
The response on the withdrawal call was received after 2 seconds.
Indicators:
Delay between Withdrawal Outbound Call and Withdrawal Inbound Call is over 2 seconds.
BET_REJECTED_LATE_THIRD_PARTY_RESPONSE
OW_SLOW_RESPONSE
Text Generated:
The bet was rejected due to a slow response received from your casino's server to the withdrawal call sent by our system.
Refunded?
-
Not Refunded
Same as Not Refunded, same Reasons (1,2,3,4)