Implemented by your POS system
This endpoint lives in your infrastructure, not in Kushki ONE.
When a print job completes or fails, the terminal POSTs to thewebhookUrl
you supplied in the print job request.
Document it here so your team knows the expected payload shape.
HTTP 2xx. No automatic retry isGET /terminal/v1/print_job polling endpoint as a fallback.curl --location 'https://api-uat.kushkipagos.com/terminal/v1/print/webhook' \
--header 'Content-Type: application/json' \
--data '{
"printJobId": "RECEIPT-20240317-001",
"status": "COMPLETED",
"externalReference": "Order-4421"
}'