POST
/
v1
/
readers
/
cancel
curl --request POST \
  --url https://api.sandbox.hit-pay.com/v1/readers/cancel \
  --header 'Content-Type: application/json' \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>' \
  --data '{
  "reader_id": "t"
}'
{
  "id": "<string>",
  "name": "<string>",
  "device_type": "<string>",
  "details": {
    "title": "<string>",
    "image": "<string>"
  },
  "data": {
    "id": "<string>",
    "serial_number": "<string>"
  },
  "created_at": "<string>",
  "updated_at": "<string>"
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Body

application/json

Response

200
application/json
200

The response is of type object.