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": "tmr_FTQMPAL1boM2kE"
}'
1

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Body

application/json

Response

204
application/json

204

The response is of type integer.

Example:

1