curl --request POST \
--url https://api.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"
}
'1Print charge or refund receipt from an All-in-One terminal
curl --request POST \
--url https://api.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"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The charge_id belongs to the business.
The terminal id belongs to the business.
"S1F2-000158240536593"
204
Was this page helpful?