POST
/
v1
/
charges
/
{charge_id}
/
receipt
/
print
curl --request POST \
  --url https://api.sandbox.hit-pay.com/v1/charges/{charge_id}/receipt/print \
  --header 'Content-Type: application/json' \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>' \
  --data '{
  "terminal_id": "S1F2-000158240536593"
}'
1

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

charge_id
string
required

The charge_id belongs to the business.

Body

application/json

Response

204
application/json

204

The response is of type any.