Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.mysubwallet.ng/api/fund/betting \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "betting_id": "5", "customer_id": "CUST12345", "amount": 1000, "request-id": "BETTING_1234567890" } '
{ "status": "success", "message": "Bet9ja funded with ₦1,000 for CUST12345.", "newbal": 108200, "system": "API" }
Your API key as Token <your_api_key>.
Token <your_api_key>
"5"
"CUST12345"
1000
"BETTING_1234567890"
Result