BETCORE Aggregator
Provider IntegrationCasino IntegrationFeed Integration
Provider IntegrationCasino IntegrationFeed Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Integrate BETCORE Games
  • PLEASE READ: Getting Started
  • Integrate BETCORE Games
    • Integrate BETCORE Games
    • WebFrame Connection
    • Promotional campaigns
    • Freebets
    • BETCORE API
      • Authentication
        • Token
          POST
        • Verify
          POST
        • Jwks
          GET
      • Payments
        • Accept
          POST
      • Rollbacks
        • Make
          POST
        • Accept
          POST
      • Cashback
        • Accept
          POST
    • PROMO API
      • Signing of server requests
      • FreeBets
        • Campaign/Create
          POST
        • Issue
          POST
        • Cancel
          POST
    • PARTNER API
      • Users
        • Auth
          POST
        • Data
          POST
      • Payments
        • Info
          POST
        • Make
          POST
        • Make-list
          POST
        • Close
          POST
      • Cashback
        • Make
          POST
  • Integrate YOUR Games
    • Integrate as Games Provider
    • PARTNER API
      • Games
        • Games
          GET
        • Launch
          POST
    • BETCORE API
      • Get Balance
        • Balance
          GET
      • Bets
        • PayIn
          POST
        • PayOut
          POST
        • PayInOut
          POST
        • Refund
          POST
  • Feed Integration
    • Feed Integration
    • REST API
      • Authorization
        • Token
          POST
      • Games
        • List
          GET
        • Info
          GET
        • Translations
          GET
      • Jackpot
        • Accumulated
          GET
    • Websocket
      • SubOnWholeGamesInfo
  1. Integrate BETCORE Games

Promotional campaigns

The cost of a promotional campaign is the sum of winnings from bets placed within the framework of that campaign.

Сampaigns via account manager and the BETCORE Back Office#

Used when a promo campaign is created and configured in BETCORE. The partner does not use the Promo API to manage campaigns and payouts, but only processes gaming transactions via /payments/make.
How it works
1.
The account manager creates and sets up a promotional campaign in the BETCORE Back Office.
2.
The player activates a bonus (or enters a promo code). Only active bonuses are displayed.
3.
The player selects an outcome and places a bet using the bonus.
4.
BETCORE sends a /payments/make request to the partner with:
TransactionType = -1 (Acceptance of a bet)
Amount = 0
the filled PromoCode parameter.
5.
The result of the bonus bet is calculated on the BETCORE side.
6.
BETCORE sends a /payments/make request to the partner with:
TransactionType = 1 (Payout)
Amount set to the actual winnings amount
the filled PromoCode parameter.
In the case of a refund, the issued bonus is not returned to the player.
Scheme
image.png

Сampaigns via partner-side campaign management#

Used when the partner independently creates and manages bonus campaigns via the BETCORE Promo API. BETCORE handles the gameplay, calculates results, and sends financial events to the partner via /payments/make.
How it works
StepAPI methodDescription
Creating a campaign/v3/FreeBets/Campaign/CreateThe partner transmits the campaign parameters and receives an identifier.
Bonus issuance/v3/FreeBets/IssueThe partner transmits the campaign and the player. BETCORE generates the output. A user is created automatically if necessary.
Activation—The player receives and activates the bonus. Only active bonuses are available.
Bet—The player selects an outcome and places a bet using the bonus.
Acceptance of a bet/payments/makeBETCORE sends a transaction to the partner with:
  • TransactionType = -1
  • Amount = 0
  • the filled PromoCode field.
Calculation—The result of the bonus bet is calculated on the BETCORE side.
Payout/payments/makeBETCORE sends a transaction to the partner with:
  • TransactionType = 1
  • Amount = the winnings amount
  • the filled PromoCode field.
Return of the bet/v3/FreeBets/CancelThe bonus can be cancelled before use. A cancelled bonus does not count towards activation, wagering, or payouts.
Scheme
image.png
Previous
WebFrame Connection
Next
Freebets
Built with