v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Activate

post/?activate

Request body

appidstring required

Merchant APP ID (Alphanumeric - Length of 32 chars and special chars $@%#)

appkeystring required

Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)

epistring required

EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

txn_typestring required

Transaction type always should be set as 'giftactive'

card_nostring required

Customer gift card number 15 to 19 digits

pinstring

Customer gift card pin number

Response

200

error_nostring
error_codestring
success_urlboolean
{"stackTrail":"paths:/?activate:post:responses:200:content:application/json:schema:properties:txnid","oasType":"schema","type":"unknown"}
switch_error_codestring
mesgstring
descstring
msgstring

Example response

{
  "error_no": "E98",
  "error_code": "VR",
  "switch_error_code": "V00VR",
  "mesg": "ALREADY ACTIVE",
  "desc": "Error code :VR",
  "msg": "ALREADY ACTIVE"
}