Financial Integration

PHOTO EMBED

Thu Feb 17 2022 13:47:20 GMT+0000 (Coordinated Universal Time)

Saved by @nirmalkumar

<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
    <head>
    </head>
    <body>
        <h1 class="main-container-header">Financial Integration</h1>
        <p>The financial integration is built out of following 6 requests:</p>
        <ul>
            <li>
                <p>Retry mechanism – In some cases of error in the response to Credit, CancelBet or EndRound mechanism should send requests until successful response received for the request. Most operators expect the interval between the request to be ever increasing.</p>
            </li>
            <li>
                <p>Authenticate – Validating the player before launching the game. After that player opens the game URL in real mode, the vendor should send this request to the EVI API.</p>
            </li>
            <li>
                <p>Debit – Committing a wager of the player.</p>
            </li>
            <li>
                <p>Credit – Crediting the player from a win in a game.</p>
            </li>
            <li>
                <p>EndRound – End game round. Optional. Use only in case you need to close a round. You can use the IsRoundEnd parameter in order to close the round in the Credit requests instead using this method.</p>
            </li>
            <li>
                <p>GetBalance – Receive the balance of the player once in a while during the game.</p>
            </li>
            <li>
                <p>CancelBet – Cancel a specific bet of the player.</p>
            </li>
            <li>
                <p>Notify – Receive information about transaction that is not completed. (888 Only)</p>
            </li>
            <li>
                <p>General Error 900 – this is a malfunction of undetermined origin.</p>
            </li>
        </ul>
        <p>&#160;</p>
    </body>
</html>
content_copyCOPY