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. GIFTCARD | BRAND VOUCHER API

Gift Card Details

Gift Card Details

GET https://traveloapi.com/yourapi/giftcard/giftcard_details

Path Parameters

Name
Type
Description

gatkey

string

gatkey (provided by traveloapi)

code

string

code From Gift Card List Response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "id": "69",
    "name": "Titan E-Gift card",
    "description": "The World of Titan is India’s default destination for watches and timepieces of all kinds. A complicated chronograph or an elegant dinner watch, you’re sure to find it all at Titan. Whether it’s for a birthday or an anniversary, it’s never too early or late to gift a Titan e-Gift card to bring instant joy and style into someone’s life.",
    "short_description": "Titan E-Gift card",
    "sku": "EGVGBTNS001",
    "price_type": "Range",
    "min_custom_price": "1",
    "max_custom_price": "25000",
    "custom_denominations": null,
    "product_type": "Digital",
    "paywithamazon_disable": false,
    "images": "https://giftbig.s3.amazonaws.com/microsite/product/EGVGBTNS001/d/thumbnail/69_microsite.jpg"
    
    }
    
    }
    
{
    "message": "Invalid Request",
    "status": "error",
    
}

PreviousGet Gift Card ListsNextGift Card Buy / Purchase

Last updated 6 years ago

Was this helpful?