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

# Mobile Premium Tariff Plan

## Mobile Premium Tariff Plan

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

#### Path Parameters

| Name         | Type   | Description                                                  |
| ------------ | ------ | ------------------------------------------------------------ |
| gatkey       | string | gatkey (provided by traveloapi)                              |
| provider\_id | string | provider\_id from Get Auto Operator Fast Response paid plans |
| state\_code  | string | state\_code from Get Auto Operator Fast Response paid plans  |

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

```css
Provider	

provider_id	"3"

provider_name	"Idea"

state	"KOLKATA"

Topup	

0	

Amount	"50 "

Validity	""

Plan	"50 Full Talktime"

Description	"Available only on Idea website/app recharge"

1	

Amount	"80 "

Validity	""

Plan	"80 Full Talktime"

Description	""

2	

Amount	"100 "

Validity	""

Plan	"110 Talktime"

Description	"Available only on Idea website/app recharge"

3	

Amount	"200 "

Validity	""

Plan	"220 Talktime"

Description	"Available only on Idea website/app recharge"

4	

Amount	"210 "

Validity	""

Plan	"220 Talktime"

Description	"Available only in My Idea App"

5	

Amount	"220"

Validity	""

Plan	"225 Talktime"

Description	""

6	

Amount	"300 "

Validity	""

Plan	"330 Talktime"

Description	"Available only on Idea website/app recharge"

```

{% endtab %}

{% tab title="404 " %}

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

{% endtab %}
{% endtabs %}
