Validate Betting

Validate customer id

Fund Betting Account

POST https://sagecloud.ng/api/v2/betting/validate

type can be Bet9ja, BangBet, NairaBet, SupaBet, CloudBet, BetLion, 1xBet, MerryBet, BetWay, BetLand, BetKing, LiveScoreBet, NaijaBet.

Headers

NameTypeDescription

Authorization*

string

Check the Headers page

Request Body

NameTypeDescription

type*

string

The betting platform

customerId*

string

The customer account id

{
    "success": true,
    "status": "success",
    "data": {
        "status": "200",
        "message": "Successful",
        "name": "LORENZO VON MATTHERHON",
        "username": "lorenzo",
        "type": "Bet9ja",
        "customerId": "444837597",
        "reference": "164579114710000",
        "accountNumber": null,
        "phoneNumber": null,
        "emailAddress": null,
        "canVend": null,
        "minPayableAmount": 100,
        "charge": 0
    }
}

Last updated