BETCORE Aggregator
Provider IntegrationCasino Integration
Provider IntegrationCasino Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Aggregator API for Provider
  • Getting Started
  • Integrate BETCORE Games (Casino)
    • Integrate BETCORE Gems (Casino)
    • WebFrame Connection
    • Aggregator API for Casino
      • Authentication
        • Verify
        • Jwks
        • Token
      • Payments
        • Accept
      • Cashback
        • Accept
    • Casino API for Aggregator
      • Users
        • Auth
        • Data
      • Payments
        • Info
        • Make
        • Make-list
        • Close
      • Cashback
        • Make
  • Integrate as Games Provider
    • Integrate as Games Provider
    • Provider API for Aggregator
      • Games
        • Games
        • Launch
    • Aggregator API for Provider
      • Get Balance
        • Balance
      • Bets
        • PayIn
        • PayOut
        • PayInOut
        • Refund
  • Feed
    • Feed Integration
    • REST API
      • Authorization
        • Token
      • Games
        • Info
        • Translations
      • Jackpot
        • Accumulated
    • Websocket
      • SubOnWholeGamesInfo
  • SubOnWholeGamesInfo
  1. Aggregator API for Provider

Bet Life Cycle

The process of handling the bets and paying out the winnings can be performed in two ways:
Using PayIn and PayOut methods
Using PayInOut method
PayIn and PayOut methods involve separate requests for placing bets and processing the result (winning or losing outcome), while the PayInOut method consolidates these actions into one request.

Using PayIn and PayOut#

1.
User places a bet in the game.
2.
Provider sends the PayIn request to the Aggregator to accept the bet.
3.
If the response is successful, then the game begins to draw the result to determine the amount of winnings.
4.
Provider sends the PayOut request to the Aggregator to pay out the winning amount (0 in case of loss).
In case there is no confirming request, the bet will be considered as open and will be in the Acceptance status).
5.
If an error occurs during the bet draw, preventing the correct winnings from being determined, Provider sends the Refund request to the Aggregator.

Using PayInOut#

1.
When a user places a bet, the potential winnings of the bet are first calculated.
2.
Provider sends the PayInOut request to the Aggregator indicating the bet and winning amounts (or 0 in case of loss).
3.
After receiving the draw result (TBC)
If for some reason an error occurred during the bet draw (the correct bet winnings failed to determine), then you need to send a Refund request.
Previous
Balance
Next
PayIn
Built with