> 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-2.md).

# Bill Name & Amount Fetch API

## Bill Name & Amount Fetch API

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

#### Path Parameters

| Name                 | Type   | Description                                                 |
| -------------------- | ------ | ----------------------------------------------------------- |
| gatkey               | string | gatkey (provided by traveloapi)                             |
| number               | string | Customer Bill Number , CA Number ,Consumer Number,Ka Number |
| Pass Extra Parameter | string | Like ACCOUNT , CYCLE                                        |

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

```javascript
 {

"result": 1,

"message": "Name and Bill Amount Found",

"payee_name": "SWAPNA-DAS",

"bill_amount": "210"

}

```

{% endtab %}

{% tab title="404 " %}

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

{% endtab %}
{% endtabs %}
