v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Activate Card

The API will be used to activate a Physical or Virtual Gift Card in our system.

patch/gift

Response

200

statuscodestring
{"stackTrail":"paths:/gift:patch:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring

Example response

{
  "statuscode": "TXN",
  "status": "Physical GiftCard successfully issued to customer",
  "data": {
    "kitNumber": "3119875001",
    "shortCardNumber": "5223",
    "bin": "811099",
    "expiryDate": "2024-02-29",
    "network": "RuPay"
  },
  "timestamp": "2022-04-11 12:01:07",
  "ipay_uuid": "h06896091bde-c986-442e-aee6-bb7aceb9f179",
  "orderid": "12**************WX",
  "environment": "LIVE"
}