> For the complete documentation index, see [llms.txt](https://capitalsage.gitbook.io/sagecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://capitalsage.gitbook.io/sagecloud/betting/validate-betting.md).

# Validate Betting

Validate customer id

## Fund Betting Account

<mark style="color:green;">`POST`</mark> `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<mark style="color:red;">\*</mark> | string | Check the Headers page |

#### Request Body

| Name                                         | Type   | Description             |
| -------------------------------------------- | ------ | ----------------------- |
| type<mark style="color:red;">\*</mark>       | string | The betting platform    |
| customerId<mark style="color:red;">\*</mark> | string | The customer account id |

{% tabs %}
{% tab title="200 " %}

```
{
    "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
    }
}
```

{% endtab %}
{% endtabs %}
