# DTH Recharge & Datacard Recharge

## DTH Recharge & Data card Recharge

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/Utility/recharge`  &#x20;

#### Path Parameters

| Name           | Type   | Description                      |
| -------------- | ------ | -------------------------------- |
| gatkey         | string | gatkey (provided by traveloapi)  |
| mobile\_number | string | Customer Mobile mobile\_number   |
| provider\_id   | string | Prepaid / Postpaid Provider id   |
| amount         | string | Recharge / Bill Amount           |
| orderid        | string | Client unique Id (Max Length 15) |

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

```javascript
 {

        "payid":109,

        "operator_ref":"MU1278889225767754",

        "status":"success",

        "txstatus_desc":"Initiated",

        "message":"Transaction Submitted Successfully Done,

         Check Status in Transaction Report, Thanks"

        }



        txstatus_desc : Success / Pending / Initiated / Failure
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
