v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Device Parameter For Hardware Device

post/api/valor/deviceParameter?hardware

Headers

Authorizationstring required

Generated bearer token for ISO login <a href="https://valorapi.readme.io/reference/merchant-create-bearer-token" target="_blank"><b>Generate Bearer Token</b></a>

isv-secret-keystring

ISV secret key

Request body

epistring required

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

associate_user_namestring

ISO user name (Alphanumeric length of 35 chars)

Response

200

messagestring
statusboolean
codeinteger
databoolean

Example response

{
  "message": "Success",
  "status": true,
  "code": 200,
  "data": true
}