# Prepaid Plan

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/v0/biller/plan-MDM:
    get:
      summary: Prepaid Plan
      deprecated: false
      description: ''
      tags:
        - Bharat Connect (BBPS)/APIs - BBPS/Bill Payment/Fetch Bill
      parameters:
        - name: serviceProvider
          in: query
          description: ''
          required: false
          schema:
            type: string
        - name: categoryType
          in: query
          description: ''
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  response_code:
                    type: integer
                  response_message:
                    type: string
                  payload:
                    type: object
                    properties:
                      planDetails:
                        type: array
                        items:
                          type: object
                          properties:
                            planDescription:
                              type: string
                            billerId:
                              type: string
                            categoryType:
                              type: string
                            amount:
                              type: integer
                            type:
                              type: string
                            talkTime:
                              type: string
                            validity:
                              type: string
                            circle:
                              type: string
                            data:
                              type: string
                          required:
                            - planDescription
                            - billerId
                            - categoryType
                            - amount
                            - type
                            - talkTime
                            - validity
                            - circle
                            - data
                    required:
                      - planDetails
                required:
                  - response_code
                  - response_message
                  - payload
          headers: {}
          x-apidog-name: ''
      security:
        - bearer: []
      x-apidog-folder: Bharat Connect (BBPS)/APIs - BBPS/Bill Payment/Fetch Bill
      x-apidog-status: developing
      x-run-in-apidog: https://app.apidog.com/web/project/616243/apis/api-24620747-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://ekpayout-uat.enkash.in
    description: Testing Env
security: []

```
