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/verifybetting \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "betting_id": "5", "customer_id": "CUST12345" } '
{ "status": true, "data": { "customer_name": "JOHN DOE", "customer_id": "CUST12345" } }
Confirm a betting customer ID before funding.
Your API key as Token <your_api_key>.
Token <your_api_key>
Bookmaker plan ID (see Catalogs).
"5"
The customer's betting account ID.
"CUST12345"
Account