SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. BETTING

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

Name
Type
Description

Authorization*

string

Check the Headers page

Request Body

Name
Type
Description

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
    }
}

PreviousFetch BillersNextFund Betting

Last updated 3 years ago

Was this helpful?