Fund Betting
This endpoint allows you to fund your betting account
Fund Betting Account
POST
https://sagecloud.ng/api/v2/betting/payment
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
reference
string
A unique key generated by you
type*
string
The betting platform
customerId*
string
The customer account id
name*
string
Customer Name
amount*
string
Amount to Fund
{
"success": true,
"message": "Bet payment successful",
"status": "success",
"data": {
"type": "Bet9ja",
"date": "2022-02-25 13:18:15",
"name": "Lorenzo Von Matterhon
",
"customerId": "44064397",
"amount": "100.00"
}
}
Last updated
Was this helpful?