Traveloapi
  • Introduction of Traveloapi
  • Contact Us
  • Terms & Condition
  • Faq
  • BBPS API
    • Bharat Bill Payments System (BBPS)
    • Provider Lists
    • Fetch Bill Details
    • Transaction
    • Get Transaction Status
  • MONEY TRANSFER API
    • Money Transfer API (IMPS & NEFT)
    • Get Bank Name & Bankcode
    • Get Customer
    • Add/Create Customer
    • Verify /Validate Customer
    • Fetch Auto Account Holder Name
    • Add Recipient/Create Beneficiary
    • Resend Otp
    • Recipient / Beneficiary Verification
    • Get Beneficiary Detail
    • Delete Beneficiary
    • Delete Beneficiary Confirm By Otp
    • Is Bank Down or Perfect?
    • Transaction / Send Money
    • Check Transaction Status
  • FLIGHT API
    • Introduction Flight Booking Api
    • Flight Search
    • Flight Reprice
    • Flight Book
  • HOTEL API
    • Introduction Hotel Booking API
    • Get All Hotel City Name
    • Hotel Search
    • Hotel Details
    • Hotel Recheck Price
    • Book Hotel
    • Hotel Cancel
    • Cancellation Charges
  • BUS API
    • Introduction: Bus Booking Api
    • Bus citylist
    • Bus Availablity
    • Bus Seat Layout
    • Bus Block Ticket
    • Bus Seat Booking
    • Get Booked Ticket
    • Cancel Ticket Confirmation
  • CAR API
    • Introduction Car Booking Api
    • Car Search Api
    • Car Booking Request
    • Car Book Confirm
    • Car Booking Cancel
  • RECHARGE API
    • Introduction
    • Check Your Current Balance
    • Get All Operators/Providers
    • Get Mobile Auto Operator Fetch
    • Mobile Premium Tariff Plan
    • Mobile Tariff With Auto Update
    • Bill Name & Amount Fetch API
    • DTH AUTOSELECT OPERATOR API
    • DTH MONTHLY PLAN API
    • Prepaid Recharge & Mobile Postpaid Bill
    • DTH Recharge & Datacard Recharge
  • DIGITAL GOLD API
    • DIGITAL GOLD API
    • Digital Gold Live buyPrice
    • Digital Gold Live Sell Price
    • New Customer Registration
    • Customer Login
    • Customer Login Verify
    • Buy Digital Gold
  • GIFTCARD | BRAND VOUCHER API
    • Introduction
    • Get Gift Card Lists
    • Gift Card Details
    • Gift Card Buy / Purchase
    • Check Transaction Status
  • Commission Structure
    • Flight Booking Commission
    • Recharge Commission
    • Electricity Bill Pay Commission
    • Gas
    • BROADBAND
    • DTH
    • LANDLINE
    • INSURANCE
    • WATER
    • Giftcard | Brand Voucher Commission
  • PAN CARD API
    • Untitled
    • Untitled
    • Untitled
  • ADVENTURE API
    • Untitled
  • HOMESTAYS API
    • Untitled
  • HOLIDAYS API
    • Untitled
    • Untitled
    • Untitled
  • BUSINESS PARTNER
    • White Label Solution
    • Untitled
Powered by GitBook
On this page

Was this helpful?

  1. BBPS API

Provider Lists

Get Biller Lists

GET https://traveloapi.com/yourapi/bbps/get_billers

Path Parameters

Name
Type
Description

gatkey

string

gatkey provided by us

{
  "biller_list": [
    {
      "biller": "SERVICE NAME",
      "type": "TYPE",
      "biller_code": "SERVICE KEY",
      "tds": "TDS",
      "bill_fetch": "BILL FETCH",
      "bbps": "BBPS ENABLED",
      "amount_range": "Amtount Range",
      "min": "Min Length",
      "max": "Max Length",
      "param": " API PARAMETERS"
    },
    {
      "biller": "Adani Gas - GUJARAT",
      "type": "GAS",
      "biller_code": "ADG",
      "tds": "Yes",
      "bill_fetch": "Yes",
      "bbps": "Yes",
      "amount_range": "1 - 49999",
      "min": "10",
      "max": "10",
      "param": "pass Customer ID in 'account'"
    },
    {
      "biller": "Adani Gas - HARYANA",
      "type": "GAS",
      "biller_code": "AHG",
      "tds": "Yes",
      "bill_fetch": "Yes",
      "bbps": "Yes",
      "amount_range": "1 - 49999",
      "min": "10",
      "max": "10",
      "param": "pass Customer ID in 'account'"
    },
    {
      "biller": "Aircel",
      "type": "PREPAID",
      "biller_code": "ACP",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "1 - 10000",
      "min": "10",
      "max": "10",
      "param": "pass Mobile Number in 'account'"
    },
    {
      "biller": "Aircel",
      "type": "POSTPAID",
      "biller_code": "ACC",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "10 - 200000",
      "min": "10",
      "max": "10",
      "param": "pass Mobile Number in 'account'"
    },
    {
      "biller": "Airtel",
      "type": "PREPAID",
      "biller_code": "ATP",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "1 - 10000",
      "min": "10",
      "max": "10",
      "param": "pass Mobile Number in 'account'"
    },
    {
      "biller": "Airtel",
      "type": "LANDLINE",
      "biller_code": "ATL",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "10 - 10000",
      "min": "5",
      "max": "8",
      "param": "pass Landline Number in 'account' and STD Code in 'optional1'"
    },
    {
      "biller": "Airtel",
      "type": "POSTPAID",
      "biller_code": "ATC",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "10 - 10000",
      "min": "10",
      "max": "10",
      "param": "pass Mobile Number in 'account'"
    },
    {
      "biller": "Airtel Digital TV",
      "type": "DTH",
      "biller_code": "ATV",
      "tds": "Yes",
      "bill_fetch": "No",
      "bbps": "No",
      "amount_range": "100 - 15000",
      "min": "10",
      "max": "10",
      "param": "pass Customer ID in 'account'"
    },  ]
      
}
{
    "message": "invalid request"
}

PreviousBharat Bill Payments System (BBPS)NextFetch Bill Details

Last updated 6 years ago

Was this helpful?