---
title: "Device Info"
method: POST
path: "/?type=deviceinfo"
---

# Device Info

`POST /?type=deviceinfo`

## Request body

- object
  - `appid` string, required — Merchant APP ID (Alphanumeric - Length of 32 chars)
  - `appkey` string, required — Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2
  - `txn_type` string, required — Txn type should be device_info
  - `child_epi` string — If the merchant has multi-MIDs, they need to send both the child EPI and the parent EPI in the EPI request

## Response `200`

200

- object
  - `error_no` string
  - `store` object
    - `name` string
    - `version_tid` string
    - `last_heartbeat` string
  - `device` object
    - `name` string
    - `type` string
    - `serial_no` string
    - `last_txn_date` string
    - `assigned_app_version` string
    - `app_update` string
    - `app_updated` string
    - `param_update` string
    - `param_updated` string
    - `status` string
    - `owner` string
  - `heartbeat_data` object
    - `epi` string
    - `serial_no` string
    - `device_model` string
    - `kernel` string
    - `app_version` string
    - `media` string
    - `ip` string
    - `date` string
    - `ram_used` string
    - `disk_used` string
    - `service_bootup` string
  - `processor` object
    - `name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/revisions/c6468b606325/schema)
