ZuelPay
  1. Gift Card/ Brand Voucher API
  • API DOCUMENTS
  • Auth
  • Account
    • balance
      POST
  • Verification API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST
  • Recharge API
    • operators
      GET
    • payment
      POST
  • UPI PAYMENT API
    • payment
      POST
  • Operator Lookup API
    • operator_lookup
      POST
  • Mobile Tariff Plans
    • mobile_recharge_plans
      POST
  • Utility Bill Pay API
    • Get Category
      GET
    • Biller Lists
      GET
    • Biller Fetch
      POST
    • Biller Payment
      POST
  • Gift Card/ Brand Voucher API
    • Get Category
      GET
    • Brand Lists
      GET
    • Buy Giftcard Voucher
      POST
  • webhook/callback
    • webhook
  • Recharge Validation API
    • validation
  • PAYOUT API
    • payment
  • Flight Booking API
    • cityList
    • flightList
    • flightRePrice
    • flightBook
  • Bus Booking API
    • cityList
    • searchBus
    • seatLayout
    • blockSeat
    • bookSeat
    • cancelTicket
  1. Gift Card/ Brand Voucher API

Get Category

GET
/giftcard/category
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/giftcard/category' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae'
Response Response Example
{
    "categories": [
        {
            "type": "Accessories"
        },
        {
            "type": "ALL"
        },
        {
            "type": "Antivirus"
        },
        {
            "type": "Apparel"
        },
        {
            "type": "Apparels"
        },
        {
            "type": "Apple Accessories"
        },
        {
            "type": "Appliances"
        },
        {
            "type": "Cafe"
        },
        {
            "type": "Charity"
        },
        {
            "type": "Clothing"
        },
        {
            "type": "Clothing and Accessories"
        },
        {
            "type": "Clothing and Apparels"
        },
        {
            "type": "Clothing and Footwear"
        },
        {
            "type": "Clothing Brand"
        },
        {
            "type": "Coins"
        },
        {
            "type": "Costume"
        },
        {
            "type": "Crowdfunding Platform"
        },
        {
            "type": "Digi Solar Panel"
        },
        {
            "type": "Electronics"
        },
        {
            "type": "Entertainment"
        },
        {
            "type": "Fashion"
        },
        {
            "type": "Food"
        },
        {
            "type": "Footwear"
        },
        {
            "type": "Furniture"
        },
        {
            "type": "Gifting Platform"
        },
        {
            "type": "Glassware"
        },
        {
            "type": "Grocery"
        },
        {
            "type": "Health"
        },
        {
            "type": "Health & Beauty"
        },
        {
            "type": "Health and Beauty "
        },
        {
            "type": "Health and Wellness"
        },
        {
            "type": "Health Care"
        },
        {
            "type": "HealthCare and Insurance"
        },
        {
            "type": "Home Furnishing"
        },
        {
            "type": "Hotels"
        },
        {
            "type": "Hypermarket"
        },
        {
            "type": "Jewellery"
        },
        {
            "type": "Kids Clothing and Accessories"
        },
        {
            "type": "Kids Wear and Accessories"
        },
        {
            "type": "Lifestyle"
        },
        {
            "type": "Luxury"
        },
        {
            "type": "Luxury Brand"
        },
        {
            "type": "Movies"
        },
        {
            "type": "Multi Brand Apparel"
        },
        {
            "type": "Music"
        },
        {
            "type": "Online Portal"
        },
        {
            "type": "Online Shopping Portal"
        },
        {
            "type": "Online subscription & E-commerce"
        },
        {
            "type": "Personalised D2C Fashion"
        },
        {
            "type": "Pharmacy"
        },
        {
            "type": "Premium Sunglasses and EyeWear"
        },
        {
            "type": "Restaurant"
        },
        {
            "type": "Retail"
        },
        {
            "type": "Shopping"
        },
        {
            "type": "Single Brand Apparel"
        },
        {
            "type": "Sports"
        },
        {
            "type": "Subscription"
        },
        {
            "type": "Toys Accessories"
        },
        {
            "type": "Travel"
        },
        {
            "type": "Watches"
        },
        {
            "type": "Wellness and Spa"
        }
    ]
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae

Responses

🟢200success
application/json
Body
categories
array [object {1}] 
required
type
string 
required
Previous
Gift Card/ Brand Voucher API
Next
Brand Lists
Built with