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

# Prepaid Recharge & Mobile Postpaid Bill

## Prepaid Recharge & Mobile Postpaid

<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                         |
| 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 %}
