API Reference
Print out charge and refund receipts. Applicable for Singapore merchants who use an All-in-One Terminal only.
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
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The charge_id belongs to the business.
204
The response is of type any.
any
Was this page helpful?