# Disbursements (Déposit)

1. Se connecter à votre dashboard.
2. Aller dans les paramètres
3. Ajouter l'adresse IP de votre serveur.

### Bénin

Mtn

```
POST {baseUrl}/QosicBridge/user/deposit
```

Moov

```
POST {baseUrl}/QosicBridge/user/depositmv   	
```

{% tabs %}
{% tab title="Requête" %}

```json
Content-Type: application/json[Basic Authentication headers]
{     	
     "msisdn": "22991323990",
     "amount": "100",
     "transref" :"0C9rrr333r333fail",
     "clientid": "MTNTEST" 
}
```

{% endtab %}

{% tab title="Success" %}

```json
{
    "responsecode": "0",
    "responsemsg": "SUCCESS",
    "transref": "0C93r33c3faild",
    "serviceref": null,
    "comment": null
}
```

{% endtab %}

{% tab title="Error" %}

```json
 {
   "responsecode": "-2",
   "responsemsg": "Not authorized",
   "transref": "12345",
   "comment": ""
}
```

{% endtab %}
{% endtabs %}
