Gift Card Buy / Purchase

Gift Card Buy / Purchase

POST https://traveloapi.com/yourapi/giftcard/giftcard_purchase

Path Parameters

NameTypeDescription

gatkey

string

gatkey (provided by traveloapi)

code

string

code

amount

string

amount

orderid

string

orderid unique Id (Min 6 & Max Length 15) From Your Side

sender_name

string

sender_name

sender_email

string

sender_email

sender_mobile

string

sender_mobile

receiver_name

string

receiver_name

receiver_email

string

receiver_email

receiver_mobile

string

receiver_mobile

gift_message

string

gift_message Please Use Max: 160-180 Characters

sender_address

string

sender_address : Pass if Giftcard is Physical

sender_pincode

string

sender_pincode : Pass if Giftcard is Physical

sender_city

string

sender_city : Pass if Giftcard is Physical

sender_state

string

sender_state : Pass if Giftcard is Physical

receiver_address

string

receiver_address : Pass if Giftcard is Physical

receiver_pincode

string

receiver_pincode : Pass if Giftcard is Physical

receiver_city

string

receiver_city : Pass if Giftcard is Physical

receiver_state

string

receiver_state : Pass if Giftcard is Physical

 {
  "payid": "1180419135447ZFEGT",
  "operator_ref": "1804191354240144",
  "status": "success",
  "message": "Transaction Successful",
  "txstatus_desc": "Success",
  "number": "9836069576",
  "order_id": "42342343",
  "commission": 0.5
}
        status : success / pending / failure 
        
         txstatus_desc : Success / Pending  / Failure

Last updated