Gift Card Transaction

Sample Request:

{
  "request":{
    "code":"AWQ",
    "fname":"Rakesh",
    "lname":"Mittal",
    "client_referenceId":"APAY1713790318782",
    "amount":"135",
    "email":"[email protected]",
    "mobile":"9999988888",
    "giftMessage":"GIFT"
  }
}

Sample Response:

{
  "status":"SUCCESS",
  "current_time":"2025-01-18T09:06:27.765424Z",
  "callback_status":"Success",
  "amount":"2500",
  "message":"Gift Card Order Successful",
  "operator_ref":"12774826483",
  "voucher":{
    "cardprice":"2500",
    "cardno":"600373667274627461",
    "pin":"388462",
    "cardexp":"2026-01-18",
    "message":"Gift Card Order Successful"
  },
  "provider_name":"Flipkart E-Gift Card",
  "txstatus_desc":"Success",
  "order_id":"ANBLU14772648267058",
  "biller":"Flipkart E-Gift Card",
  "timestamp":"2025-01-18T09:06:27.765424Z",
  "tlid":"APAY17371911838139"
}
Language
Click Try It! to start a request and see the response here!