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

Buy Giftcard Voucher

POST
/giftcard/payment
PARAMDefaultMandatory (M) , Optional (O)
codebrands code from brand ListsM
agent_idUnique Random ID 5-28 Digit from PartnerM
receiver_nameReceiver Full NameM
receiver_emailReceiver Email IDM
receiver_mobileReceiver Mobile NumberM
amountGift/Voucher Buy AmountM
gift_messageGift Wish MessageO
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/giftcard/payment' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
  "code": "AMAZFR",
  "agent_id": "ZLP000KLO0000PPLO008",
  "amount": 10,
  "receiver_name":"mohan ram",
  "receiver_email":"zuelgiftcard@gmail.com",
  "receiver_mobile":"6109090921",
  "gift_message":"Happy birthday gift"

}'
Response Response Example
200 - success
{
    "status": "success",
    "current_time": "15,Dec,2024 02:04:20 AM",
    "amount": 10,
    "msg": "Gift Card Purchased",
    "utr": "6014869061460655",
    "tlid": "ZGF1734208460356IBVLMYs",
    "biller": "Amazon Fresh",
    "callback_status": "SUCCESS",
    "timestamp": "2024-12-15 02:04:20am",
    "result": 0,
    "agent_id": "ZLP000KLO0000PPLO008",
    "voucher": {
        "card": "6014869061460655",
        "exp": "2025-12-14T18:30:00+00:00",
        "pin": "FVY9XZKD5FHXC"
    }
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json
code
string 
required
agent_id
string 
required
amount
integer 
required
receiver_name
string 
required
receiver_email
string 
required
receiver_mobile
string 
required
gift_message
string 
required
Examples

Responses

🟢200success
application/json
Body
status
string 
required
current_time
string 
required
amount
integer 
required
msg
string 
required
utr
string 
required
tlid
string 
required
biller
string 
required
callback_status
string 
required
timestamp
string 
required
result
integer 
required
agent_id
string 
required
voucher
object 
required
card
string 
required
exp
string 
required
pin
string 
required
🟠400failed
Previous
Brand Lists
Next
webhook
Built with